Skip to content

Commit

Permalink
Remove branch message
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwn04 committed Sep 28, 2024
1 parent 9fe76c9 commit e9eb8d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/MerchStoreService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ export default class MerchStoreService {
});
}

>>>>>>> master
public async getCartItems(options: string[]): Promise<MerchandiseItemOptionModel[]> {
return this.transactions.readOnly(async (txn) => {
const merchItemOptionRepository = Repositories.merchStoreItemOption(txn);
Expand Down

0 comments on commit e9eb8d8

Please sign in to comment.