Skip to content

Commit bd709e2

Browse files
committed
remove duplicate scope
1 parent 9504144 commit bd709e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export const MarvelUrl = "https://marvelapp.com";
33
export const GraphqlEndpoint = "https://api.marvelapp.com/graphql";
44
export const ClientId = "7Ig0DiIJJNSFiX8xx6VS9lubcymTqBGgfUYZuzpa";
55
export const Scopes =
6-
"projects:read user:read company.projects:read company:read company.projects:read";
6+
"user:read projects:read company:read company.projects:read";

0 commit comments

Comments
 (0)