mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Fix bug
This commit is contained in:
parent
e7152ddeec
commit
9ef87837fc
|
@ -367,7 +367,7 @@ class Session {
|
|||
json: {
|
||||
i: config.i,
|
||||
text: text,
|
||||
renoteId: renote ? renote.id : null
|
||||
renoteId: renote ? renote.id : undefined
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue