"Comment out audio and audioFile properties in DirectState class"
This commit is contained in:
parent
d423053603
commit
87990a7052
|
|
@ -186,8 +186,8 @@ class DirectState extends CoreProvier {
|
||||||
createdAt:
|
createdAt:
|
||||||
DateTime.now().subtract(const Duration(minutes: 210)).toString(),
|
DateTime.now().subtract(const Duration(minutes: 210)).toString(),
|
||||||
text: text,
|
text: text,
|
||||||
audio: path,
|
// audio: path,
|
||||||
audioFile: uploadFile,
|
// audioFile: uploadFile,
|
||||||
radar: replyRadar,
|
radar: replyRadar,
|
||||||
news: replyNews,
|
news: replyNews,
|
||||||
audioDuration: audioDuration,
|
audioDuration: audioDuration,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue