Skip to content

Commit 83b5d90

Browse files
AIFlowMLwtfsayo
andauthored
Fixed imports. Reassign had to leave. (elizaOS#2978)
Co-authored-by: Sayo <hi@sayo.wtf>
1 parent e9ec7fd commit 83b5d90

File tree

1 file changed

+2
-2
lines changed
  • packages/plugin-image-generation/src

1 file changed

+2
-2
lines changed

packages/plugin-image-generation/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {
99
ModelClass,
1010
} from "@elizaos/core";
1111
import { generateImage } from "@elizaos/core";
12-
import fs from "fs";
13-
import path from "path";
12+
import fs from "node:fs";
13+
import path from "node:path";
1414
import { validateImageGenConfig } from "./environment";
1515

1616
export function saveBase64Image(base64Data: string, filename: string): string {

0 commit comments

Comments
 (0)