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
Don't return an error when there's no error in the ConfigService (#6)
The ConfigService unconditionally returns an error for some methods: Set, SetAll, Del. This is confusing for the caller, when there's no error, it should just return nil.
0 commit comments