supermacro / Moranda

slack bot
0 stars 0 forks source link

Have consistency in database value types #18

Closed supermacro closed 8 years ago

supermacro commented 8 years ago

users/teamId/userId/scopes is returning either a bool or an Array depending on whether the user has his original scopes or the user has updated his permissions.

Ensure consistency in data types for values.

Store initial scopes as an Array

supermacro commented 8 years ago

Resolved