Renamedpermisssions from *Organisation* to *Organization*📝
All checks were successful
continuous-integration/drone/pr Build is passing

ref #117
This commit is contained in:
2021-01-24 18:43:29 +01:00
parent c6c643ecf1
commit cd7e9b86b4
3 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
*/
export enum PermissionTarget {
RUNNER = 'RUNNER',
ORGANISATION = 'ORGANISATION',
ORGANIZATION = 'ORGANIZATION',
TEAM = 'TEAM',
TRACK = 'TRACK',
USER = 'USER',