Skip to content

Commit

Permalink
Fixed imports. Reassign had to leave. (elizaOS#2978)
Browse files Browse the repository at this point in the history
Co-authored-by: Sayo <hi@sayo.wtf>
  • Loading branch information
AIFlowML and wtfsayo authored Jan 29, 2025
1 parent e9ec7fd commit 83b5d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-image-generation/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
ModelClass,
} from "@elizaos/core";
import { generateImage } from "@elizaos/core";
import fs from "fs";
import path from "path";
import fs from "node:fs";
import path from "node:path";
import { validateImageGenConfig } from "./environment";

export function saveBase64Image(base64Data: string, filename: string): string {
Expand Down

0 comments on commit 83b5d90

Please # to comment.