Skip to content

Commit

Permalink
edited for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
theofandrich committed Sep 29, 2023
1 parent 7e88015 commit 919de81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/payment/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { freeCreditsFeeCounter } from '../../metrics/prometheus'
import { type BotPaymentLog } from '../../database/stats.service'
import { sendMessage } from '../open-ai/helpers'
import * as Sentry from '@sentry/node'
import { InlineKeyboard } from 'grammy';
import { Callbacks } from '../types';
import { InlineKeyboard } from 'grammy'
import { Callbacks } from '../types'

interface CoinGeckoResponse {
harmony: {
Expand Down

0 comments on commit 919de81

Please sign in to comment.