Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jun 23, 2024
1 parent 57ce788 commit ac35de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alan.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BUFFER, STREAM, convert } from './storage.mjs';
import { BUFFER, DATAURL, STREAM, convert } from './storage.mjs';
import { create as createUoid } from './uoid.mjs';
import { fileTypeFromBuffer } from 'file-type';
import { loop, end } from './event.mjs';
Expand Down

0 comments on commit ac35de3

Please sign in to comment.