This commit is contained in:
Marie 2024-09-14 00:25:29 +02:00
parent 46f9bcc8dc
commit fe32d3a4d9
No known key found for this signature in database
GPG Key ID: 7ADF6C9CD9A28555
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
if (userProfile == null) {
throw new ApiError(meta.errors.userIsDeleted);
};
}
const stripe = new Stripe(this.config.stripeAgeCheck.key);