Skip to content

Commit

Permalink
fix(store): Weekly notification done wrong
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jun 7, 2021
1 parent 22e85cc commit 75d6842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/ketchup/ketchup.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ SELECT
r.id,
r.name,
r.part,
r.kind
r.kind,
k.user_id,
u.email
FROM
Expand Down

0 comments on commit 75d6842

Please sign in to comment.