Skip to content

Commit

Permalink
Merge pull request #1000 from gobitfly/BEDS-471/fixed-column-name
Browse files Browse the repository at this point in the history
(BEDS-471) fixed column name
  • Loading branch information
remoterami authored Oct 21, 2024
2 parents 244281a + 90603d0 commit 23f73ca
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 23f73ca

Please sign in to comment.