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