From 90603d09abf7c8577110c08f1acad29056ef5dbd Mon Sep 17 00:00:00 2001 From: remoterami <142154971+remoterami@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:29:05 +0200 Subject: [PATCH] fixed column name --- backend/pkg/api/enums/notifications_enums.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pkg/api/enums/notifications_enums.go b/backend/pkg/api/enums/notifications_enums.go index 1fb78529e..033141edd 100644 --- a/backend/pkg/api/enums/notifications_enums.go +++ b/backend/pkg/api/enums/notifications_enums.go @@ -166,7 +166,7 @@ func (NotificationClientsColumn) NewFromString(s string) NotificationClientsColu func (c NotificationClientsColumn) ToString() string { switch c { case NotificationClientName: - return "client_name" + return "client" case NotificationClientTimestamp: return "epoch" default: