mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 08:07:18 +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`, {
|
||||
json: {
|
||||
i: config.i,
|
||||
renoteId: note.id,
|
||||
renoteId: note ? note.id : null,
|
||||
text: text
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user