Skip to content

Commit 271c1e4

Browse files
authored
Merge pull request #10 from coblyox/blob-issue
fix: import blob
2 parents 6956c92 + 625e218 commit 271c1e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

game/server/koa-router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { setHttpCallback } from '@citizenfx/http-wrapper';
77

88
import FormData from 'form-data';
99
import fetch from 'node-fetch';
10+
import { Blob } from 'node:buffer';
1011
import { CaptureOptions, DataType } from './types';
1112
import { UploadStore } from './upload-store';
1213

0 commit comments

Comments
 (0)