Skip to content

Commit

Permalink
Merge pull request #246 from fukaoi/hotfix/filebase-config-error
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
fukaoi authored Jun 18, 2024
2 parents a7a8f53 + 655171f commit 68768d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/suite-utils/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ export namespace Constants {
return Config.filebase;
}
default: {
if (Config.filebase.key || Config.filebase.secret) {
return Config.filebase;
}
return FilebaseCredential.dev;
}
}
Expand Down

0 comments on commit 68768d0

Please sign in to comment.