mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-23 22:45:11 +00:00
chore: lint
This commit is contained in:
parent
28ec785c50
commit
3a86a8a3b6
1 changed files with 0 additions and 1 deletions
|
@ -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 [];
|
||||
|
|
Loading…
Reference in a new issue