Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nickredmark committed Dec 16, 2018
1 parent 0c961f6 commit 97a6919
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/ooth-patreon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ type Config = {
clientID: string;
clientSecret: string;
redirectURL: string;
creatorAccessToken: string;
creatorRefreshToken: string;
campaignID: string;
};

export default function({ name = 'patreon', ooth, clientID, clientSecret, redirectURL }: Config): void {
Expand Down
1 change: 0 additions & 1 deletion packages/ooth-patreon/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ describe('ooth-patreon', () => {
clientID: 'XXX',
clientSecret: 'XXX',
redirectURL: 'XXX',
creatorID: 'XXX',
});
await startServer();
});
Expand Down

0 comments on commit 97a6919

Please sign in to comment.