mirror of
https://github.com/syuilo/ai.git
synced 2024-11-24 22:01:07 +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`, {
|
await request.post(`${config.host}/api/notes/create`, {
|
||||||
json: {
|
json: {
|
||||||
i: config.i,
|
i: config.i,
|
||||||
renoteId: note.id,
|
renoteId: note ? note.id : null,
|
||||||
text: text
|
text: text
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue