fix: groupId 格式问题

This commit is contained in:
ikechan8370 2023-06-25 17:31:09 +08:00
parent de8cc48156
commit feb6b31994
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
import { AbstractTool } from './AbstractTool.js'
import {convertSpeaker, generateAudio} from '../tts.js'
import { convertSpeaker, generateAudio } from '../tts.js'
import uploadRecord from '../uploadRecord.js'
import { Config } from '../config.js'