mirror of
https://github.com/fluencelabs/fluid
synced 2025-06-21 17:11:32 +00:00
Better logging
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user