Skip to content

Commit

Permalink
chore: lint fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Nov 20, 2024
1 parent d579110 commit b315127
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/fast-usdc/src/fast-usdc.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const contract = async (zcf, privateArgs, zone, tools) => {
const creatorFacet = zone.exo('Fast USDC Creator', undefined, {
/** @type {(operatorId: string) => Promise<Invitation<OperatorKit>>} */
async makeOperatorInvitation(operatorId) {
// eslint-disable-next-line no-use-before-define
return feedKit.creator.makeOperatorInvitation(operatorId);
},
/**
Expand Down Expand Up @@ -157,7 +156,6 @@ export const contract = async (zcf, privateArgs, zone, tools) => {
* @param {CctpTxEvidence} evidence
*/
makeTestPushInvitation(evidence) {
// eslint-disable-next-line no-use-before-define
void advancer.handleTransactionEvent(evidence);
return makeTestInvitation();
},
Expand Down

0 comments on commit b315127

Please sign in to comment.