Skip to content

Commit

Permalink
Fixed nit
Browse files Browse the repository at this point in the history
  • Loading branch information
asun555 committed Jul 28, 2024
1 parent 71177ac commit 827e491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/services/AppData/AppDataService.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MembershipTypes } from "@/models/Payment"

const membershipOrder = {
const membershipOrder: { [key in MembershipTypes]: number } = {
uoa_student: 1,
non_uoa_student: 2,
returning_member: 3,
Expand Down

0 comments on commit 827e491

Please sign in to comment.