Skip to content

Commit

Permalink
file name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboros committed Sep 16, 2024
1 parent 616205f commit 65a9209
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wallet/backend/src/rafiki/controller.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NextFunction, Request, Response } from 'express'
import { Logger } from 'winston'
import { RatesService } from '@/rates/service'
import { ratesSchema } from '@/rates/valitation'
import { ratesSchema } from '@/rates/validation'
import { validate } from '@/shared/validate'
import { RafikiService } from './service'
import { webhookSchema } from './validation'
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/backend/tests/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
paymentDetailsSchema
} from '@/incomingPayment/validation'
import { outgoingPaymentSchema } from '@/outgoingPayment/validation'
import { ratesSchema } from '@/rates/valitation'
import { ratesSchema } from '@/rates/validation'

export type LogInRequest = z.infer<typeof logInBodySchema>
export type GetRatesRequest = z.infer<typeof ratesSchema>
Expand Down

0 comments on commit 65a9209

Please sign in to comment.