We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa555ba commit ecb40d7Copy full SHA for ecb40d7
1 file changed
src/pinners/filebase.js
@@ -18,7 +18,7 @@ class Filebase {
18
*/
19
constructor ({ apiKey, secretApiKey, bucket }) {
20
if ([apiKey, secretApiKey, bucket].some(isEmpty)) {
21
- throw new Error('apiKey and secretApiKey are required for Pinata')
+ throw new Error('apiKey, secretApiKey and bucket are required for Filebase')
22
}
23
24
this.auth = {
0 commit comments