Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
fix: generating multiple permits in a single issue
Browse files Browse the repository at this point in the history
  • Loading branch information
me505 committed Jul 14, 2023
1 parent 85c613c commit b1ef0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/payout/action.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getWalletAddress, getWalletMultiplier } from "../../adapters/supabase";
import { getBotConfig, getBotContext, getLogger } from "../../bindings";
import { addLabelToIssue, deleteLabel, generatePermit2Signature, getAllIssueComments, getTokenSymbol } from "../../helpers";
import { Payload, StateReason } from "../../types";
import {UserType, Payload, StateReason } from "../../types";
import { shortenEthAddress } from "../../utils";
import { bountyInfo } from "../wildcard";

Expand Down

0 comments on commit b1ef0b6

Please sign in to comment.