Skip to content

Commit

Permalink
chore: use relative path for shared types
Browse files Browse the repository at this point in the history
  • Loading branch information
justynoh committed May 25, 2023
1 parent 43621ac commit 2427dda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/modules/payments/stripe.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
import cuid from 'cuid'
import mongoose from 'mongoose'
import { errAsync, ok, okAsync, ResultAsync } from 'neverthrow'
import { PaymentStatus, ReconciliationReportLine } from 'shared/types'
import Stripe from 'stripe'
import { MarkRequired } from 'ts-essentials'
import isURL from 'validator/lib/isURL'

import {
PaymentStatus,
ReconciliationReportLine,
} from '../../../../shared/types'
import {
IEncryptedFormSchema,
IPaymentSchema,
Expand Down

0 comments on commit 2427dda

Please sign in to comment.