Skip to content

Commit

Permalink
fixed column name
Browse files Browse the repository at this point in the history
  • Loading branch information
remoterami committed Oct 21, 2024
1 parent 244281a commit 90603d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/enums/notifications_enums.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90603d0

Please sign in to comment.