Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-dange committed Mar 26, 2024
1 parent 85f0b22 commit d316994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repositories/MerchOrderRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class MerchOrderRepository extends BaseRepository<OrderModel> {
}

/**
* Gets all orders for a given user. Returns the order joined with its pickup event, linked event, user,
* Gets all orders for a given user. Returns the order joined with its pickup event, user,
* merch item options, merch items, and merch item photos.
*/
public async getAllOrdersWithItemsForUser(user: UserModel): Promise<OrderModel[]> {
Expand Down
2 changes: 1 addition & 1 deletion tests/Seeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function seed(): Promise<void> {
});

const MEMBER_FRESHMAN = UserFactory.fake({
email: 'nsdange@ucsd.edu',
email: 'sisteine@ucsd.edu',
accessType: UserAccessType.STANDARD,
firstName: 'Steven',
lastName: 'Steiner',
Expand Down

0 comments on commit d316994

Please sign in to comment.