Skip to content

Commit

Permalink
Update outbound-ipfs.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jalas167 authored Oct 19, 2023
1 parent 93bd75c commit 2251525
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { TaskExecutor } from "@golem-sdk/golem-js";
import { readFile } from "fs/promises";

const url =
"https://ipfs.io/ipfs/bafybeihkoviema7g3gxyt6la7vd5ho32ictqbilu3wnlo3rs7ewhnp7lly";
const url = "https://ipfs.io/ipfs/bafybeihkoviema7g3gxyt6la7vd5ho32ictqbilu3wnlo3rs7ewhnp7lly";

(async function main() {
// Load the manifest.
Expand Down

0 comments on commit 2251525

Please sign in to comment.