mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
Fix: uploadRecord.js
This commit is contained in:
parent
f93f9ea0bb
commit
74f4b641e4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import util from 'util'
|
||||||
import stream from 'stream'
|
import stream from 'stream'
|
||||||
import crypto from 'crypto'
|
import crypto from 'crypto'
|
||||||
import child_process from 'child_process'
|
import child_process from 'child_process'
|
||||||
import Config from './config.js'
|
import { Config } from './config.js'
|
||||||
let module
|
let module
|
||||||
try {
|
try {
|
||||||
module = await import('oicq')
|
module = await import('oicq')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue