Skip to content

Commit 3dae3ad

Browse files
committed
fix: release
1 parent dde701e commit 3dae3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/images.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from "fs-extra";
22
import FileType, { FileTypeResult } from "file-type";
33
import { makeImagePersistencePlan } from "./MakeImagePersistencePlan";
4-
import { warning, logDebug, verbose, info } from "./log";
4+
import { logDebug, verbose } from "./log";
55
import { ListBlockChildrenResponseResult } from "notion-to-md/build/types";
66
import {
77
IDocuNotionContext,

0 commit comments

Comments
 (0)