Skip to content

Commit 08995d9

Browse files
author
y86993
authored
Remove Unnecessary bucket Parameter
1 parent 20ac725 commit 08995d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/ipfs-publish.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { File, FilebaseClient } from '@filebase/client';
22

33
const filebase = new FilebaseClient({
4-
token: process.env.FILEBASE_TOKEN ?? "",
5-
bucket: process.env.FILEBASE_BUCKET ?? ""
4+
token: process.env.FILEBASE_TOKEN ?? ""
65
});
76

87
/**

0 commit comments

Comments
 (0)