Skip to content

Commit 1adebb2

Browse files
committed
update import
1 parent a9f09bd commit 1adebb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ import net from "net";
101101
import path from "path";
102102
import { fileURLToPath } from "url";
103103
import yargs from "yargs";
104-
import { createNFTCollectionsPlugin } from "@elizaos/plugin-nft-collections";
104+
import createNFTCollectionsPlugin from "@elizaos/plugin-nft-collections";
105105

106106
const __filename = fileURLToPath(import.meta.url); // get the resolved path to the file
107107
const __dirname = path.dirname(__filename); // get the name of the directory

0 commit comments

Comments
 (0)