Skip to content

Commit

Permalink
fix(iam): fix import extension causing crash (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Nov 28, 2023
1 parent cacb1f7 commit 2c88a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam/src/utils/challenge.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ---- Return randomBytes as a challenge to test that the user has control of a provided address
import { ChallengePayload, RequestPayload, VerifyRequestBody } from "@gitcoin/passport-types";
import crypto from "crypto";
import { verifyDidChallenge } from "./verifyDidChallenge";
import { verifyDidChallenge } from "./verifyDidChallenge.js";
import { utils } from "ethers";
// request a challenge sig
export const getChallenge = (payload: RequestPayload): ChallengePayload => {
Expand Down

3 comments on commit 2c88a10

@isa7777777
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. Did you know that gitcoin is a scam project? Their platform is missing points for completed tasks. Until recently I had 18 points, which was enough to participate in airdrop, but when you released a new quest magicsquareroadtotge and started doing it, it turned out that I only have 15 points. I started correspondence with gitcoin support about missing points, support answered me with formal replies: "check this, check that". When I asked the question directly: "are you going to return my missing points?" they stopped replying. I raised the question in the chat rooms of various crypto projects about the quality of the gitcoin platform and it turned out that I was not the only one who lost points on gitcoin, points were missing from a very large number of people. All negative comments about the gitcoin platform - scam project.

@Mehtab1Shar1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Special

@isa7777777
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, special scam project

Please sign in to comment.