Skip to content

Commit

Permalink
fix typo in Exporter Report status (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclaveau authored May 6, 2024
1 parent c62b266 commit 99a5adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/export/invokable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exports.handler = async (event, context) => {

await updateJobWithState(
STATE_DICTIONARY.FETCHING,
`Fetching all entires for ${roles}`
`Fetching all entries for ${roles}`
);

logger.info(`=== Exporting filtered data ===`);
Expand Down

0 comments on commit 99a5adf

Please sign in to comment.