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
1a2ede3764
commit
8817ef3685
|
@ -81,7 +81,7 @@ process.on('message', async msg => {
|
|||
await request.post(`${config.host}/api/notes/create`, {
|
||||
json: {
|
||||
i: config.i,
|
||||
renoteId: note.id,
|
||||
renoteId: note ? note.id : null,
|
||||
text: text
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue