From 9ef87837fc8a36969781599b8cf7359c1b52a628 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 5 Aug 2018 21:03:32 +0900 Subject: [PATCH] Fix bug --- src/back.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/back.ts b/src/back.ts index 092b5d2..a32d352 100644 --- a/src/back.ts +++ b/src/back.ts @@ -367,7 +367,7 @@ class Session { json: { i: config.i, text: text, - renoteId: renote ? renote.id : null + renoteId: renote ? renote.id : undefined } });