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
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
From the docs, it looks like you should be able to specify whether a badge can be earned more than once by an earner:
https://github.com/mozilla/badgekit-api/blob/master/docs/badges.md
But in the actual database, there's a unique key preventing multiple badgeInstance entries with the same earner email and badge id.
https://github.com/mozilla/badgekit-api/blob/master/app/migrations/20140603150606-initial.js#L117
The text was updated successfully, but these errors were encountered: