Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Feb 20, 2025
1 parent 2b7945c commit 4fd1767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/treatments/set-statuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export async function setStructureStatus() {
);
}

export async function setIdentiferStatus() {
export async function setIdentifierStatus() {
return db.collection('identifiers')
.updateMany(
{ active: { $ne: false } },
Expand Down

0 comments on commit 4fd1767

Please sign in to comment.