Skip to content

Commit ecb40d7

Browse files
Update error message for filebase (#243)
1 parent fa555ba commit ecb40d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pinners/filebase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Filebase {
1818
*/
1919
constructor ({ apiKey, secretApiKey, bucket }) {
2020
if ([apiKey, secretApiKey, bucket].some(isEmpty)) {
21-
throw new Error('apiKey and secretApiKey are required for Pinata')
21+
throw new Error('apiKey, secretApiKey and bucket are required for Filebase')
2222
}
2323

2424
this.auth = {

0 commit comments

Comments
 (0)