Skip to content

Commit

Permalink
fix(platforms): fixes import casing
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io committed Jul 14, 2023
1 parent 81779a5 commit 641cc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/src/Twitter/__tests__/twitterTweetDays.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as twitterTweetDays from "../Providers/twitterTweetDays";
// import * as twitterTweetDays from "../Providers/twitterTweetDays";
import { RequestPayload, ProviderContext } from "@gitcoin/passport-types";
import { auth, Client } from "twitter-api-sdk";
import { getTwitterUserData, getAuthClient } from "../procedures/twitterOauth";
Expand Down

0 comments on commit 641cc58

Please sign in to comment.