Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed May 13, 2024
1 parent 726bf59 commit a6f6d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function* autoDownloadFilesSaga(
): Generator {
const identity = yield* select(identitySelectors.currentIdentity)
if (!identity) {
logger.error('Could not autodownload files, no identity')
console.error('Could not autodownload files, no identity')
return
}

Expand Down

0 comments on commit a6f6d48

Please sign in to comment.