mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-25 00:07:36 +02:00
Fix all the tests
This commit is contained in:
parent
d9722a9825
commit
a2e474c375
4 changed files with 44 additions and 35 deletions
user
|
@ -96,7 +96,7 @@ type Role string
|
|||
|
||||
// User roles
|
||||
const (
|
||||
RoleAdmin = Role("admin")
|
||||
RoleAdmin = Role("admin") // Some queries have these values hardcoded!
|
||||
RoleUser = Role("user")
|
||||
RoleAnonymous = Role("anonymous")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue