mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:43:09 +02:00
Fix bug
This commit is contained in:
parent
f42adcabe0
commit
bcb6b63111
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ process.on('message', async msg => {
|
||||||
? `?[${user.name}](${conf.url}/${user.username})さんに勝ちました♪ (強さ${form[0].value})`
|
? `?[${user.name}](${conf.url}/${user.username})さんに勝ちました♪ (強さ${form[0].value})`
|
||||||
: `?[${user.name}](${conf.url}/${user.username})さんに負けました... (強さ${form[0].value})`;
|
: `?[${user.name}](${conf.url}/${user.username})さんに負けました... (強さ${form[0].value})`;
|
||||||
|
|
||||||
request.post(`${conf.api_url}/posts/create`, {
|
await request.post(`${conf.api_url}/posts/create`, {
|
||||||
json: { i,
|
json: { i,
|
||||||
reply_id: post.id,
|
reply_id: post.id,
|
||||||
text: text
|
text: text
|
||||||
|
|
Loading…
Reference in a new issue