Skip to content

Commit

Permalink
Merge pull request #290 from UNIDY2002/master-1
Browse files Browse the repository at this point in the history
Fix import declaration of `mediacollection.js`
  • Loading branch information
RonRadtke authored Oct 20, 2023
2 parents b9c8f9c + b96f392 commit 58eb6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediacollection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {ReactNativeBlobUtilNative, filedescriptor} from "types";
import type {ReactNativeBlobUtilNative, filedescriptor} from "./types";
import ReactNativeBlobUtil from "./codegenSpecs/NativeBlobUtils";

function createMediafile(fd: filedescriptor, mediatype: string): Promise {
Expand Down

0 comments on commit 58eb6ab

Please sign in to comment.