You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In infra/inmemory/users.go, it registers a dummy user with id = 0. But, because User#NotExist returns true when user ID = 0, this user is useless. (I guess you use id 0 temporarily when creating a user?)
Maybe you should change the id to 1 or something else?
The text was updated successfully, but these errors were encountered:
In infra/inmemory/users.go, it registers a dummy user with id = 0. But, because
User#NotExist
returnstrue
when user ID = 0, this user is useless. (I guess you use id 0 temporarily when creating a user?)Maybe you should change the id to 1 or something else?
The text was updated successfully, but these errors were encountered: