Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
brundonsmith committed Nov 22, 2024
1 parent e68b9d5 commit 8959c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/routes/v1/purchase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
withDBConnection,
withDBTransaction,
} from '../../utils/db.ts'
import { exists, getDiscountsFromCode, objectEntries, objectFromEntries, purchaseBreakdown, purchaseTypeAvailable, sum } from '../../utils/misc.ts'
import { exists, getDiscountsFromCode, objectEntries, objectFromEntries, purchaseBreakdown, purchaseTypeAvailable, totalCost } from '../../utils/misc.ts'
import { Tables } from "../../types/db-types.ts"
import { Purchases, Routes } from '../../types/route-types.ts'
import { sendMail, receiptEmail } from '../../utils/mailgun.ts'
Expand Down

0 comments on commit 8959c7c

Please sign in to comment.