Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsziere committed Jan 8, 2025
1 parent 0be5d24 commit 7a1612a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ import { Registration } from '~/domains/registration/registration.model';
import { AuthService } from '~/services/auth.service';
import { TranslatableStringService } from '~/services/translatable-string.service';

const nonEditableAttributes = ['inclusionScore', 'name', 'paymentCountRemaining'];
const nonEditableAttributes = [
'inclusionScore',
'name',
'paymentCountRemaining',
];

const getGenericAttributeType = (
attributeName: GenericRegistrationAttributes,
Expand Down

0 comments on commit 7a1612a

Please sign in to comment.