mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 07:57:22 +09: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…
x
Reference in New Issue
Block a user