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

Commit

Permalink
linting stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Dec 11, 2023
1 parent 27af9ca commit 5c543eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/blockchain/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default async redis => {

log.info(transactionResults, 'transactions');
log.info(worthsResults, 'worths');
log.info(approvalResults, 'approvals');

// Update worths
Bot.bulkWrite(
Expand Down
2 changes: 0 additions & 2 deletions src/blockchain/trading.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { providerUrl, repopulateAndSend } from '$lib/blockchain.server';
import { log } from '$lib/logging.server';
import { PUBLIC_CHAINID } from '$env/static/public';

import { executeApproval } from './approval';

const provider = new JsonRpcProvider(providerUrl);

const router = new AlphaRouter({
Expand Down

0 comments on commit 5c543eb

Please sign in to comment.