Skip to content
Snippets Groups Projects
Verified Commit 3a86a8a3 authored by Marie's avatar Marie 🚅
Browse files

chore: lint

parent 28ec785c
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
private queryService: QueryService,
) {
super(meta, paramDef, async (ps, me) => {
if (this.config.stripeAgeCheck.enabled && me && me.idCheckRequired || this.config.stripeAgeCheck.required && me && !me.idVerified || this.config.stripeAgeCheck.required && !me) {
// return no notes until we can figure out a way to simulate notes
return [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment