Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
wpf500 committed Nov 1, 2023
1 parent a5fff78 commit 6e63a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/controllers/ContactController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ import { GetPaymentData, GetPaymentsQuery } from "@api/data/PaymentData";
import PartialBody from "@api/decorators/PartialBody";
import CantUpdateContribution from "@api/errors/CantUpdateContribution";
import NoPaymentMethod from "@api/errors/NoPaymentMethod";
import { validateOrReject } from "@api/utils";

// The target user can either be the current user or for admins
// it can be any user, this decorator injects the correct target
Expand Down

0 comments on commit 6e63a90

Please sign in to comment.