Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji8 committed Nov 16, 2021
1 parent 546e46c commit 46cbba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/db/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func createEventFilter(expr filter.Expr) (string, []interface{}, error) {
filter.AttrName: "events.name",
filter.AttrGroup: "events.group_id",
filter.AttrRoom: "events.room_id",
filter.AttrTag: "events.event_tags.tag_id",
filter.AttrTag: "event_tags.tag_id",
filter.AttrEvent: "events.id",
filter.AttrTimeStart: "events.time_start",
filter.AttrTimeEnd: "events.time_end",
Expand Down

0 comments on commit 46cbba8

Please sign in to comment.