Better logging

This commit is contained in:
folex
2019-08-18 10:53:15 +03:00
parent d5b24bfdad
commit 13b6912b65
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,6 @@ export function addMessage(message: string, username: string): void {
export function getMessages(username: string | null): string {
if (username) {
let request =
`SELECT json_group_array(
json_object('message', message, 'username', username)