Skip to content

Commit

Permalink
fix(iam): casing on provider file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon committed Sep 6, 2022
1 parent ac7b79a commit 589f8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iam/__tests__/twitterFollower.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
TwitterFollowerGT500Provider,
TwitterFollowerGTE1000Provider,
TwitterFollowerGT5000Provider,
} from "../src/providers/TwitterFollower";
} from "../src/providers/twitterFollower";

import { RequestPayload } from "@gitcoin/passport-types";
import { auth } from "twitter-api-sdk";
Expand Down
2 changes: 1 addition & 1 deletion iam/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import {
TwitterFollowerGT500Provider,
TwitterFollowerGTE1000Provider,
TwitterFollowerGT5000Provider,
} from "./providers/TwitterFollower";
} from "./providers/twitterFollower";
import { SelfStakingBronzeProvider, SelfStakingSilverProvider, SelfStakingGoldProvider } from "./providers/selfStaking";
import {
CommunityStakingBronzeProvider,
Expand Down

0 comments on commit 589f8b5

Please sign in to comment.