Skip to content

Instantly share code, notes, and snippets.

@mwiencek
Created October 6, 2022 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwiencek/0ffcb538140ac6ca9589d05fda745656 to your computer and use it in GitHub Desktop.
Save mwiencek/0ffcb538140ac6ca9589d05fda745656 to your computer and use it in GitHub Desktop.
Readonly our %ACCESS_SCOPE_BY_NAME => (
'profile' => $ACCESS_SCOPE_PROFILE,
'email' => $ACCESS_SCOPE_EMAIL,
'tag' => $ACCESS_SCOPE_TAG,
'rating' => $ACCESS_SCOPE_RATING,
'collection' => $ACCESS_SCOPE_COLLECTION,
'submit_isrc' => $ACCESS_SCOPE_SUBMIT_ISRC,
'submit_barcode' => $ACCESS_SCOPE_SUBMIT_BARCODE,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment