Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
publicRole should not be required.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Eliasson committed Oct 9, 2020
1 parent 56cc8e7 commit 684f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function NhostApolloProvider(
headers?: {
[key: string]: any;
},
publicRole: string
publicRole?: string
): JSX.Element;

export function useAuth(): useAuthProps;

0 comments on commit 684f187

Please sign in to comment.