Skip to content

Commit

Permalink
Hotfix add blob from node
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsmithies committed Apr 30, 2024
1 parent 863a0b5 commit 3caad27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/filebaseStorage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { FilebaseClient } from "@filebase/client"
import Config from "app/config"
import { Blob } from "node:buffer"

// Returns metadata for pinned payload
async function storeData(payload) {
Expand Down

0 comments on commit 3caad27

Please sign in to comment.