Commit 5db37f01 by Sixong.Zhu

eslint

parent bf2821e5
Showing with 1 additions and 1 deletions
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
e.message && e.message &&
(e.message as string).includes("sql: no rows in result set") (e.message as string).includes("sql: no rows in result set")
) { ) {
this.setError(this.chatId); this.setError(this.chatId as number);
} }
}) })
.finally(() => this.endLoadingNew()); .finally(() => this.endLoadingNew());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment