Skip to content

Manually set LU card to null if passed as an empty string #588

Manually set LU card to null if passed as an empty string

Manually set LU card to null if passed as an empty string #588

Triggered via pull request December 14, 2023 20:36
Status Failure
Total duration 4m 10s
Artifacts

docker.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

989 errors and 11 warnings
src/api/user.api.ts#L521
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPasswordReset on an `any` value.
src/api/article.api.ts#L58
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L213
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
src/api/user.api.ts#L521
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L33
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/meeting.reducer.ts#L50
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `Partial<MeetingResponse>`.
src/api/election.api.ts#L275
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/user.api.ts#L262
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L33
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaIndividualAccess on an `any` value.
src/api/access.api.ts#L228
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/access.resolver.test.ts#L39
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/api/article.api.ts#L58
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .INFORMATION on an `any` value.
src/api/election.api.ts#L110
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/reducers/meeting.reducer.ts#L50
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `string | null`.
src/api/meeting.api.ts#L213
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L589
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
src/api/user.api.ts#L527
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/file.reducer.test.ts#L23
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .accessType on an `any` value.
src/api/election.api.ts#L275
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .length on an `any` value.
test/integration/user.test.ts#L77
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/api/file.api.ts#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L474
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L272
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/integration/access.resolver.test.ts#L39
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/api/access.api.ts#L228
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
src/api/access.api.ts#L33
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/article.api.ts#L66
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/election.api.ts#L132
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/reducers/meeting.reducer.ts#L51
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `Partial<MeetingResponse>`.
src/resolvers/hehe.resolver.ts#L24
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/hehe.api.ts#L50
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L527
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
src/api/meeting.api.ts#L224
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L589
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/file.reducer.test.ts#L24
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .type on an `any` value.
src/reducers/article.reducer.ts#L34
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L477
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/integration/access.resolver.test.ts#L39
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/election.api.ts#L285
[@typescript-eslint/require-await] Async method 'getNumberOfProposals' has no 'await' expression.
src/api/file.api.ts#L65
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L321
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/user.dataloader.test.ts#L70
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/access.api.ts#L42
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/article.api.ts#L81
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/meeting.reducer.ts#L51
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `string | null`.
src/api/access.api.ts#L228
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L588
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .open on an `any` value.
src/api/election.api.ts#L150
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/user.test.ts#L85
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/resolvers/meeting.resolver.ts#L55
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L224
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaFile on an `any` value.
test/unit/meeting.api.test.ts#L95
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/unit/file.reducer.test.ts#L25
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
src/api/post.api.ts#L220
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/hehe.api.ts#L50
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
src/api/user.api.ts#L272
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .passwordHash on an `any` value.
src/api/user.api.ts#L527
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/reducers/article.reducer.ts#L35
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/access.resolver.test.ts#L49
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/meeting.reducer.test.ts#L35
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refAppendix on an `any` value.
test/unit/election.api.test.ts#L478
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/election.api.ts#L592
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L63
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/file.api.ts#L71
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L323
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/election.api.ts#L286
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L166
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/meeting.reducer.ts#L52
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `Partial<MeetingResponse>`.
test/utils/utils.ts#L118
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L81
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaArticle on an `any` value.
src/api/access.api.ts#L50
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L150
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
test/unit/election.api.test.ts#L592
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L232
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .count on an `any` value.
test/unit/file.reducer.test.ts#L25
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .folderLocation on an `any` value.
src/api/meeting.api.ts#L224
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/resolvers/meeting.resolver.ts#L76
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L131
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/api/user.api.ts#L272
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/integration/user.test.ts#L85
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
test/integration/access.resolver.test.ts#L49
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
test/unit/election.api.test.ts#L814
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/user.api.ts#L547
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L224
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .count on an `any` value.
test/unit/election.api.test.ts#L481
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/post.api.test.ts#L477
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L169
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/meeting.reducer.test.ts#L38
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L325
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L73
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refCreator on an `any` value.
src/api/election.api.ts#L592
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaElection on an `any` value.
src/api/file.api.ts#L105
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L81
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/reducers/meeting.reducer.ts#L52
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `string | null`.
test/utils/utils.ts#L124
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/hehe.api.ts#L50
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L150
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L593
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/reducers/article.reducer.ts#L36
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L50
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPostAccess on an `any` value.
src/api/prisma.ts#L17
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
test/unit/file.reducer.test.ts#L32
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
test/unit/meeting.api.test.ts#L131
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/integration/user.test.ts#L90
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L272
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .passwordSalt on an `any` value.
src/resolvers/post.resolver.ts#L13
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L230
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .accessType on an `any` value.
src/api/access.api.ts#L250
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refPost on an `any` value.
test/integration/access.resolver.test.ts#L56
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L547
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaUser on an `any` value.
test/unit/election.api.test.ts#L482
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/post.api.test.ts#L488
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number | undefined`.
src/api/post.api.ts#L259
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
test/unit/meeting.reducer.test.ts#L38
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refSummons on an `any` value.
src/api/file.api.ts#L105
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaFile on an `any` value.
src/api/election.api.ts#L286
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaProposal on an `any` value.
test/unit/election.api.test.ts#L74
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .nominationsHidden on an `any` value.
test/unit/election.api.test.ts#L330
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L83
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/meeting.reducer.ts#L53
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `Partial<MeetingResponse>`.
test/unit/election.api.test.ts#L816
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/utils/utils.ts#L124
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/api/hehe.api.ts#L59
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L594
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of an `any` array value.
src/api/election.api.ts#L151
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaNomination on an `any` value.
test/unit/file.reducer.test.ts#L32
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .folderLocation on an `any` value.
src/api/access.api.ts#L50
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L169
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refUploader on an `any` value.
src/api/election.api.ts#L592
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L276
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L166
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/prisma.ts#L17
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .model on an `any` value.
test/integration/user.test.ts#L90
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/resolvers/post.resolver.ts#L33
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .utskott on an `any` value.
test/integration/access.resolver.test.ts#L56
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/api/meeting.api.ts#L235
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
src/api/user.api.ts#L547
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L250
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/post.api.test.ts#L515
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/election.api.test.ts#L483
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/post.api.ts#L259
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/meeting.reducer.test.ts#L41
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L105
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/article.api.ts#L83
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .NEWS on an `any` value.
src/api/election.api.ts#L286
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/reducers/article.reducer.ts#L36
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .map on an `any` value.
test/unit/election.api.test.ts#L81
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaElection on an `any` value.
test/utils/utils.ts#L125
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L598
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L824
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L331
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/resolvers/user.resolver.ts#L195
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .email on an `any` value.
src/api/hehe.api.ts#L75
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
src/api/election.api.ts#L151
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L28
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/meeting.reducer.ts#L53
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `string | null`.
test/unit/hehe.api.test.ts#L169
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/access.api.ts#L59
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/user.api.ts#L276
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaUser on an `any` value.
src/resolvers/post.resolver.ts#L33
[@typescript-eslint/no-unsafe-member-access] Computed name [post.utskott] resolves to an any value.
src/api/meeting.api.ts#L235
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/access.resolver.test.ts#L67
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/user.test.ts#L98
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L569
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L515
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .postname on an `any` value.
src/api/access.api.ts#L252
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L96
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L81
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/meeting.reducer.test.ts#L41
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refAgenda on an `any` value.
test/utils/utils.ts#L159
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L601
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of an `any` array value.
test/unit/meeting.api.test.ts#L169
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L491
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L825
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/file.api.ts#L110
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/article.reducer.ts#L36
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L337
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/post.api.ts#L269
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/user.resolver.ts#L212
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L28
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaFile on an `any` value.
test/unit/hehe.api.test.ts#L169
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refFile on an `any` value.
src/reducers/meeting.reducer.ts#L55
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/meeting.api.ts#L270
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
src/api/election.api.ts#L162
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaElectable on an `any` value.
src/api/access.api.ts#L67
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/prisma.ts#L17
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
test/integration/access.resolver.test.ts#L67
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/election.api.ts#L614
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/post.resolver.ts#L34
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .utskott on an `any` value.
src/api/election.api.ts#L293
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/user.api.ts#L569
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaLoginProvider on an `any` value.
test/integration/user.test.ts#L98
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .firstName on an `any` value.
src/api/article.api.ts#L114
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L244
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
src/api/access.api.ts#L252
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPostAccess on an `any` value.
test/unit/election.api.test.ts#L90
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L610
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaElection on an `any` value.
test/unit/meeting.reducer.test.ts#L50
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L516
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .postname on an `any` value.
test/unit/meeting.api.test.ts#L169
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/utils/utils.ts#L166
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L492
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/file.api.ts#L110
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .PUBLIC on an `any` value.
src/api/user.api.ts#L276
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/reducers/article.reducer.ts#L36
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .tag on an `any` value.
test/unit/election.api.test.ts#L826
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L28
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L338
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/reducers/post.reducer.ts#L5
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/user.resolver.ts#L214
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/meeting.api.ts#L270
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/hehe.api.ts#L75
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/access.resolver.test.ts#L86
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L162
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/post.api.ts#L269
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/resolvers/post.resolver.ts#L34
[@typescript-eslint/no-unsafe-member-access] Computed name [post.utskott] resolves to an any value.
src/api/access.api.ts#L67
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaApiKeyAccess on an `any` value.
src/api/user.api.ts#L569
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/prisma.ts#L17
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .action on an `any` value.
src/api/article.api.ts#L114
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaArticle on an `any` value.
test/unit/hehe.api.test.ts#L169
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/api/access.api.ts#L252
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L93
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .nominationsHidden on an `any` value.
test/integration/user.test.ts#L99
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L301
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L614
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .electables on an `any` value.
test/unit/meeting.api.test.ts#L169
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/unit/meeting.reducer.test.ts#L51
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .type on an `any` value.
test/unit/election.api.test.ts#L493
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/file.api.ts#L118
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/post.api.test.ts#L516
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/utils/utils.ts#L170
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/api/user.api.ts#L320
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L827
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/reducers/post.reducer.ts#L12
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/article.reducer.ts#L36
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/post.api.test.ts#L247
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L610
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/meeting.api.ts#L345
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
test/unit/hehe.api.test.ts#L38
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/integration/access.resolver.test.ts#L86
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/resolvers/post.resolver.ts#L42
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .push on an `any` value.
src/api/election.api.ts#L179
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `Iterable<unknown> | null | undefined`.
src/api/hehe.api.ts#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
src/api/user.api.ts#L577
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/article.api.ts#L114
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L67
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L342
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L93
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .nominationsHidden on an `any` value.
test/integration/user.test.ts#L99
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .lastName on an `any` value.
test/unit/hehe.api.test.ts#L169
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .number on an `any` value.
test/unit/meeting.api.test.ts#L172
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.reducer.test.ts#L53
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .year on an `any` value.
src/api/access.api.ts#L265
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/election.api.ts#L301
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaProposal on an `any` value.
test/unit/election.api.test.ts#L494
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/election.api.ts#L614
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/prisma.ts#L28
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$use on an `any` value.
test/unit/post.dataloader.test.ts#L24
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of type any[] to a variable of type number[].
src/api/user.api.ts#L320
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaUser on an `any` value.
src/api/file.api.ts#L131
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/utils/utils.ts#L170
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/post.api.ts#L269
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L831
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/user.reducer.ts#L14
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L628
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/election/election.reducer.ts#L5
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/access.resolver.test.ts#L93
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L345
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L41
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L586
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/user.resolver.ts#L214
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .email on an `any` value.
src/api/election.api.ts#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .map on an `any` value.
test/unit/post.api.test.ts#L249
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L127
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/hehe.api.ts#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/resolvers/post.resolver.ts#L42
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L94
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .open on an `any` value.
test/unit/election.api.test.ts#L343
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/meeting.reducer.test.ts#L54
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .type on an `any` value.
test/unit/hehe.api.test.ts#L169
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/api/access.api.ts#L265
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .resource on an `any` value.
src/api/election.api.ts#L301
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/user.test.ts#L100
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/prisma.ts#L28
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/post.dataloader.test.ts#L24
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/unit/meeting.api.test.ts#L172
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
src/api/election.api.ts#L614
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refPost on an `any` value.
src/api/file.api.ts#L137
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
test/integration/access.resolver.test.ts#L93
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .firstName on an `any` value.
test/unit/election.api.test.ts#L832
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/post.api.ts#L58
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L57
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L320
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/reducers/user.reducer.ts#L15
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .photoUrl on an `any` value.
src/api/post.api.ts#L283
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L498
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L586
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaLoginProvider on an `any` value.
src/api/access.api.ts#L76
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L629
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/article.api.ts#L163
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/user.resolver.ts#L214
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/reducers/election/election.reducer.ts#L7
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L169
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .year on an `any` value.
test/unit/post.api.test.ts#L50
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/post.resolver.ts#L42
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .utskott on an `any` value.
test/unit/election.api.test.ts#L346
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/hehe.api.ts#L129
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
test/unit/meeting.api.test.ts#L173
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/integration/access.resolver.test.ts#L94
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L137
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .folderLocation on an `any` value.
test/unit/post.dataloader.test.ts#L24
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L833
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/post.api.ts#L58
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPostHistory on an `any` value.
test/integration/user.test.ts#L100
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .class on an `any` value.
test/unit/election.api.test.ts#L94
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .open on an `any` value.
test/unit/post.api.test.ts#L258
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L57
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/api/election.api.ts#L614
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/reducers/user.reducer.ts#L15
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
src/api/election.api.ts#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refPost on an `any` value.
test/unit/election.api.test.ts#L500
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/user.api.ts#L333
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L633
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/article.api.ts#L163
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaArticle on an `any` value.
src/api/user.api.ts#L586
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/post.api.ts#L304
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L265
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/resolvers/user.resolver.ts#L214
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .firstName on an `any` value.
src/api/access.api.ts#L97
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/prisma.ts#L31
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L312
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/hehe.api.test.ts#L172
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/reducers/election/election.reducer.ts#L10
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L54
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/access.resolver.test.ts#L94
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .lastName on an `any` value.
test/unit/meeting.api.test.ts#L178
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/post.resolver.ts#L42
[@typescript-eslint/no-unsafe-member-access] Computed name [post.utskott] resolves to an any value.
test/unit/election.api.test.ts#L347
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/hehe.api.ts#L129
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L834
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/post.api.ts#L58
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/user.api.test.ts#L45
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L263
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
src/api/user.api.ts#L356
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
test/unit/election.api.test.ts#L107
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/unit/election.api.test.ts#L504
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L68
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaFile on an `any` value.
src/api/election.api.ts#L179
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L636
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L593
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .count on an `any` value.
src/api/article.api.ts#L163
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/reducers/user.reducer.ts#L15
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .photoUrl on an `any` value.
src/api/post.api.ts#L304
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/resolvers/user.resolver.ts#L234
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L616
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .length on an `any` value.
src/api/user.api.ts#L63
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/access.resolver.test.ts#L95
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L97
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .door on an `any` value.
test/unit/post.api.test.ts#L54
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/reducers/election/election.reducer.ts#L14
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/access.api.ts#L265
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .resource on an `any` value.
src/api/post.api.ts#L59
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/user.test.ts#L105
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L321
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L349
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/meeting.api.ts#L20
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L179
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
src/api/file.api.ts#L141
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaFile on an `any` value.
test/unit/election.api.test.ts#L507
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L172
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refUploader on an `any` value.
test/unit/election.api.test.ts#L107
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L642
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L614
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .push on an `any` value.
src/reducers/user.reducer.ts#L17
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/user.api.test.ts#L46
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L68
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L182
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/routes/file.routes.ts#L70
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/access.resolver.test.ts#L95
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
test/unit/election.api.test.ts#L838
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L362
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .luCard on an `any` value.
test/unit/post.api.test.ts#L55
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/post.resolver.ts#L58
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L63
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaUser on an `any` value.
test/unit/post.api.test.ts#L270
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/api/election.api.ts#L620
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .includes on an `any` value.
src/api/access.api.ts#L108
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L268
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any[]` typed value.
src/api/post.api.ts#L304
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/user.test.ts#L106
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/election.api.test.ts#L350
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/post.api.ts#L59
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/api/election.api.ts#L321
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaElectable on an `any` value.
src/api/article.api.ts#L173
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/meeting.api.test.ts#L179
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/reducers/election/nomination.reducer.ts#L6
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L20
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
test/unit/election.api.test.ts#L513
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L172
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/election.api.test.ts#L657
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/integration/article.test.ts#L46
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of an `any` array value.
src/resolvers/access.resolver.ts#L14
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaIndividualAccess[]` assigned to a parameter of type `AccessEntry[]`.
test/unit/election.api.test.ts#L121
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/routes/file.routes.ts#L70
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/user.api.test.ts#L52
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .passwordSalt on an `any` value.
src/api/user.api.ts#L363
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .luCard on an `any` value.
test/unit/election.api.test.ts#L839
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L81
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
src/api/user.api.ts#L63
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/post.api.test.ts#L55
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .class on an `any` value.
src/api/election.api.ts#L182
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .filter on an `any` value.
test/unit/post.api.test.ts#L270
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/election.api.ts#L620
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/post.api.ts#L59
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/file.api.ts#L141
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L108
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .feature on an `any` value.
src/api/user.api.ts#L614
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L278
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaIndividualAccess on an `any` value.
src/resolvers/post.resolver.ts#L71
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/article.api.ts#L181
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L354
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/user.test.ts#L106
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/api/election.api.ts#L321
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/article.test.ts#L48
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
test/unit/hehe.api.test.ts#L172
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refFile on an `any` value.
test/unit/election.api.test.ts#L514
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L660
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/access.resolver.ts#L20
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPostAccess[]` assigned to a parameter of type `AccessEntry[]`.
src/routes/file.routes.ts#L70
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/api/user.api.ts#L367
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .luCard on an `any` value.
test/unit/user.api.test.ts#L53
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .passwordHash on an `any` value.
test/unit/election.api.test.ts#L122
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L81
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/post.api.ts#L318
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .postType on an `any` value.
test/unit/election.api.test.ts#L841
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/post.api.test.ts#L56
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L20
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L66
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/election.api.ts#L182
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/post.api.test.ts#L285
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L629
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaNomination on an `any` value.
src/api/file.api.ts#L149
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
src/api/access.api.ts#L113
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L61
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
src/api/user.api.ts#L619
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L181
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
src/reducers/election/nomination.reducer.ts#L8
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L181
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaArticle on an `any` value.
test/integration/article.test.ts#L48
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/hehe.api.test.ts#L172
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L666
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L335
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/access.resolver.ts#L42
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaApiKeyAccess[]` assigned to a parameter of type `AccessEntry[]`.
src/api/user.api.ts#L367
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/election.api.test.ts#L355
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L515
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/resolvers/post.resolver.ts#L96
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/routes/file.routes.ts#L96
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
test/unit/election.api.test.ts#L125
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/access.api.ts#L278
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/user.api.test.ts#L56
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .email on an `any` value.
test/unit/hehe.api.test.ts#L83
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
test/unit/post.api.test.ts#L56
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .email on an `any` value.
test/unit/election.api.test.ts#L845
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L321
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L25
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/user.api.ts#L75
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L182
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refPost on an `any` value.
test/integration/user.test.ts#L111
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
test/unit/post.api.test.ts#L288
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L619
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaLoginProvider on an `any` value.
src/api/access.api.ts#L113
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaIndividualAccess on an `any` value.
test/unit/meeting.api.test.ts#L181
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/integration/file.test.ts#L36
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/reducers/election/nomination.reducer.ts#L11
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L181
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L172
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .number on an `any` value.
test/unit/election.api.test.ts#L676
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L367
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .luCard on an `any` value.
src/resolvers/access.resolver.ts#L56
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPostAccess[]` assigned to a parameter of type `AccessEntry[]`.
src/api/election.api.ts#L629
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/routes/file.routes.ts#L98
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L335
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .map on an `any` value.
test/unit/election.api.test.ts#L516
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/post.api.ts#L61
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L292
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPostAccess on an `any` value.
test/unit/election.api.test.ts#L128
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L358
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/file.api.ts#L149
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .type on an `any` value.
test/unit/post.api.test.ts#L57
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/post.resolver.ts#L99
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L83
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
src/api/election.api.ts#L200
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L181
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/unit/post.api.test.ts#L291
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L34
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L113
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L846
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/user.api.ts#L619
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/post.api.ts#L321
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
test/integration/file.test.ts#L36
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/user.api.ts#L371
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/user.api.test.ts#L62
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L677
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/article.api.ts#L183
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/routes/file.routes.ts#L102
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/election/nomination.reducer.ts#L14
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L520
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L633
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L135
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/election.api.ts#L335
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/user.test.ts#L111
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
test/unit/hehe.api.test.ts#L172
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L83
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
src/resolvers/post.resolver.ts#L99
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/access.api.ts#L292
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L200
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
test/unit/election.api.test.ts#L359
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/meeting.api.test.ts#L187
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L621
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L291
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
src/api/access.api.ts#L118
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L149
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
test/integration/file.test.ts#L182
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/article.resolver.ts#L20
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .INFORMATION on an `any` value.
test/unit/election.api.test.ts#L847
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L679
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/user.api.ts#L371
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaUser on an `any` value.
src/api/meeting.api.ts#L34
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
test/unit/post.api.test.ts#L57
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .firstName on an `any` value.
test/unit/user.api.test.ts#L63
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L72
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .active on an `any` value.
test/unit/election.api.test.ts#L521
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/routes/file.routes.ts#L102
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .pop on an `any` value.
src/api/post.api.ts#L321
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L75
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaUser on an `any` value.
src/api/article.api.ts#L183
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .NEWS on an `any` value.
test/integration/user.test.ts#L121
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L335
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refPost on an `any` value.
src/reducers/election/nomination.reducer.ts#L19
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/hehe.api.test.ts#L98
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
src/api/election.api.ts#L200
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L306
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaApiKeyAccess on an `any` value.
src/api/election.api.ts#L633
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/resolvers/post.resolver.ts#L99
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `Error | Post`.
test/unit/election.api.test.ts#L361
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/meeting.api.test.ts#L189
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
src/api/access.api.ts#L118
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaIndividualAccess on an `any` value.
src/api/user.api.ts#L632
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/integration/file.test.ts#L183
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .photoUrl on an `any` value.
test/unit/post.api.test.ts#L293
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L149
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .name on an `any` value.
test/unit/election.api.test.ts#L848
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L139
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L683
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L75
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/article.resolver.ts#L99
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/user.api.test.ts#L67
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .passwordSalt on an `any` value.
test/unit/election.api.test.ts#L522
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/post.api.test.ts#L58
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L194
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/post.api.ts#L327
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `Maybe<number> | undefined`.
src/api/user.api.ts#L75
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L201
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaNomination on an `any` value.
src/api/meeting.api.ts#L34
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/routes/file.routes.ts#L102
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L98
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/user.test.ts#L121
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .firstName on an `any` value.
src/resolvers/post.resolver.ts#L112
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/api/election.api.ts#L335
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/election.api.ts#L636
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L172
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .year on an `any` value.
test/unit/meeting.api.test.ts#L189
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/reducers/election/proposal.reducer.ts#L5
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L306
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/file.test.ts#L186
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L118
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L366
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L632
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .user on an `any` value.
test/unit/post.api.test.ts#L308
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L371
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L850
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L140
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaNomination on an `any` value.
src/api/post.api.ts#L75
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/api/file.api.ts#L164
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .type on an `any` value.
src/resolvers/article.resolver.ts#L102
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .articleType on an `any` value.
test/unit/user.api.test.ts#L68
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .passwordHash on an `any` value.
src/api/article.api.ts#L211
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L526
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L58
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .lastName on an `any` value.
src/api/election.api.ts#L201
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L85
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/post.api.ts#L330
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L100
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
src/routes/file.routes.ts#L102
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .split on an `any` value.
src/api/meeting.api.ts#L40
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/integration/file.test.ts#L187
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .photoUrl on an `any` value.
test/integration/user.test.ts#L122
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L189
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/apikey.api.ts#L22
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaApiKey on an `any` value.
test/unit/hehe.api.test.ts#L176
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L124
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L314
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/election/proposal.reducer.ts#L9
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L337
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L855
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L684
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L371
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L375
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L75
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L140
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L636
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .NOT_ANSWERED on an `any` value.
src/api/user.api.ts#L648
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/user.api.test.ts#L71
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .email on an `any` value.
src/api/file.api.ts#L167
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L527
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/resolvers/post.resolver.ts#L112
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refPost on an `any` value.
src/api/election.api.ts#L213
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaElectable on an `any` value.
src/resolvers/article.resolver.ts#L113
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L67
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/api/post.api.ts#L330
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/api/article.api.ts#L211
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaArticle on an `any` value.
src/api/user.api.ts#L94
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/file.test.ts#L188
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .photoUrl on an `any` value.
src/api/meeting.api.ts#L65
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/routes/file.routes.ts#L102
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L182
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L100
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
src/api/apikey.api.ts#L22
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/user.test.ts#L122
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .lastName on an `any` value.
test/unit/election.api.test.ts#L858
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/access.api.ts#L124
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
test/unit/election.api.test.ts#L380
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L320
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L378
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/election.api.ts#L349
[@typescript-eslint/require-await] Async method 'createElection' has no 'await' expression.
test/unit/election.api.test.ts#L142
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/election/proposal.reducer.ts#L12
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L643
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
src/api/post.api.ts#L76
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L686
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/file.api.ts#L167
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaFile on an `any` value.
test/unit/user.api.test.ts#L93
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/article.resolver.ts#L114
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .articleType on an `any` value.
test/unit/election.api.test.ts#L528
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/integration/file.test.ts#L286
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of an `any` array value.
src/resolvers/post.resolver.ts#L115
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L67
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/meeting.api.test.ts#L195
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L213
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/article.api.ts#L211
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L94
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaUser on an `any` value.
src/api/post.api.ts#L330
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L100
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
src/api/apikey.api.ts#L44
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaApiKey on an `any` value.
src/api/user.api.ts#L648
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaLoginProvider on an `any` value.
test/unit/election.api.test.ts#L862
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L68
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/routes/file.routes.ts#L106
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/hehe.api.test.ts#L183
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
test/integration/user.test.ts#L123
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L124
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/post.api.test.ts#L320
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L150
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/post.api.ts#L81
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L381
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/election.api.ts#L354
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L690
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/article.resolver.ts#L126
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/user.api.test.ts#L94
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/reducers/emergencycontact.reducer.ts#L5
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L532
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L196
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
src/api/file.api.ts#L167
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/article.api.ts#L228
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/resolvers/post.resolver.ts#L119
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPostHistory` assigned to a parameter of type `string | number | Date`.
test/unit/post.api.test.ts#L78
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L229
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `Iterable<unknown> | null | undefined`.
src/api/user.api.ts#L94
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/file.test.ts#L288
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L643
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/apikey.api.ts#L44
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L114
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
src/api/user.api.ts#L390
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L345
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L863
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/meeting.api.ts#L68
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
src/api/user.api.ts#L648
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L128
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .count on an `any` value.
src/api/post.api.ts#L90
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L322
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L383
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/resolvers/article.resolver.ts#L130
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L354
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
test/integration/user.test.ts#L123
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .class on an `any` value.
test/unit/user.api.test.ts#L102
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L183
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L533
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/routes/file.routes.ts#L107
[@typescript-eslint/restrict-template-expressions] Invalid type "User" of template literal expression.
src/api/election.api.ts#L229
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .map on an `any` value.
src/api/file.api.ts#L168
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L151
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/reducers/emergencycontact.reducer.ts#L7
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .type on an `any` value.
src/api/user.api.ts#L104
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/apikey.api.ts#L63
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L86
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L114
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L390
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPasswordReset on an `any` value.
test/unit/election.api.test.ts#L691
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/integration/file.test.ts#L288
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/election.api.ts#L658
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L864
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/meeting.api.ts#L68
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/meeting.api.test.ts#L196
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/post.api.ts#L345
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/api/access.api.ts#L149
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L90
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/resolvers/article.resolver.ts#L135
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .articleType on an `any` value.
test/unit/election.api.test.ts#L387
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L183
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/article.api.ts#L268
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L655
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/user.api.test.ts#L160
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/routes/file.routes.ts#L107
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
test/unit/election.api.test.ts#L534
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/post.api.test.ts#L334
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/post.resolver.ts#L122
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/integration/user.test.ts#L126
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L229
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L124
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L354
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L112
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L172
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/post.api.test.ts#L95
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L661
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaNomination on an `any` value.
src/reducers/file.reducer.ts#L19
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
src/api/user.api.ts#L390
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/file.test.ts#L292
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L865
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/meeting.api.test.ts#L196
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/apikey.api.ts#L63
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaApiKey on an `any` value.
src/api/meeting.api.ts#L79
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L152
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/access.api.ts#L149
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .door on an `any` value.
src/api/post.api.ts#L90
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/post.api.ts#L345
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L388
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L185
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
test/unit/post.api.test.ts#L338
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/article.resolver.ts#L137
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L535
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/app/serverconfig.ts#L95
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaApiKeyAccess[]` assigned to a parameter of type `AccessEntry[]`.
src/routes/file.routes.ts#L110
[@typescript-eslint/restrict-template-expressions] Invalid type "User" of template literal expression.
src/resolvers/post.resolver.ts#L122
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPostHistory` assigned to a parameter of type `string | number | Date`.
test/unit/election.api.test.ts#L693
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/election.api.ts#L229
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refPost on an `any` value.
src/api/user.api.ts#L112
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaUser on an `any` value.
test/unit/post.api.test.ts#L98
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
test/integration/user.test.ts#L126
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .firstName on an `any` value.
src/api/user.api.ts#L396
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/emergencycontact.api.test.ts#L19
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaEmergencyContact on an `any` value.
src/api/election.api.ts#L661
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/reducers/file.reducer.ts#L19
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .folderLocation on an `any` value.
src/api/article.api.ts#L268
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaArticle on an `any` value.
test/unit/hehe.api.test.ts#L125
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaHehe on an `any` value.
src/api/file.api.ts#L180
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L356
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L88
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/apikey.api.ts#L63
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/post.api.ts#L100
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/post.api.ts#L365
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/access.api.ts#L160
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L197
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refSummons on an `any` value.
test/unit/post.api.test.ts#L338
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
test/unit/hehe.api.test.ts#L185
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .number on an `any` value.
src/resolvers/article.resolver.ts#L142
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L394
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/middlewares/rest/auth.middleware.ts#L51
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/file.test.ts#L292
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/unit/election.api.test.ts#L697
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L539
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/post.resolver.ts#L134
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/routes/file.routes.ts#L110
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
src/api/election.api.ts#L229
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/user.api.ts#L396
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPasswordReset on an `any` value.
src/api/user.api.ts#L112
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/emergencycontact.api.test.ts#L19
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L668
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L153
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/integration/user.test.ts#L127
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L105
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/file.reducer.ts#L20
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/article.api.ts#L268
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/hehe.api.test.ts#L125
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/user.api.test.ts#L163
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L180
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaFile on an `any` value.
src/api/meeting.api.ts#L88
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
test/unit/hehe.api.test.ts#L185
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/middlewares/rest/auth.middleware.ts#L52
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L340
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/file.test.ts#L373
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L116
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .active on an `any` value.
test/unit/election.api.test.ts#L395
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/resolvers/article.resolver.ts#L143
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .articleType on an `any` value.
src/api/access.api.ts#L160
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .feature on an `any` value.
src/api/apikey.api.ts#L73
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/meeting.api.test.ts#L197
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L540
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .nominationsHidden on an `any` value.
src/api/user.api.ts#L396
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/routes/file.routes.ts#L119
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L357
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .open on an `any` value.
test/unit/emergencycontact.api.test.ts#L40
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L121
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/election.api.ts#L668
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/unit/hehe.api.test.ts#L125
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L180
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/article.api.ts#L284
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/integration/user.test.ts#L127
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .lastName on an `any` value.
test/unit/post.api.test.ts#L107
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L185
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .year on an `any` value.
src/resolvers/post.resolver.ts#L134
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refUser on an `any` value.
src/reducers/file.reducer.ts#L22
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
test/unit/election.api.test.ts#L698
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/post.api.test.ts#L349
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/middlewares/rest/auth.middleware.ts#L70
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/file.test.ts#L373
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .accessType on an `any` value.
src/api/post.api.ts#L365
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/resolvers/auth.resolver.ts#L36
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L399
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L119
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L232
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/apikey.api.ts#L80
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L197
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
test/unit/user.api.test.ts#L188
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L543
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/routes/file.routes.ts#L119
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `User` assigned to a parameter of type `string`.
src/api/access.api.ts#L165
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L157
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/emergencycontact.api.test.ts#L41
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/meeting.api.ts#L88
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L143
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L189
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/api/article.api.ts#L293
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L126
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
test/unit/meeting.api.test.ts#L23
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L355
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L113
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/file.reducer.ts#L22
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .folderLocation on an `any` value.
src/resolvers/post.resolver.ts#L137
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/auth.resolver.ts#L50
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L119
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPost on an `any` value.
src/api/user.api.ts#L403
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
src/middlewares/rest/auth.middleware.ts#L85
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L365
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L232
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .filter on an `any` value.
src/api/election.api.ts#L691
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaProposal on an `any` value.
src/api/apikey.api.ts#L80
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaApiKey on an `any` value.
test/unit/election.api.test.ts#L700
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/meeting.api.test.ts#L200
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
test/integration/file.test.ts#L379
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L544
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .nominationsHidden on an `any` value.
src/api/election.api.ts#L357
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .closedAt on an `any` value.
test/unit/user.api.test.ts#L200
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L158
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/access.api.ts#L165
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaApiKeyAccess on an `any` value.
src/routes/file.routes.ts#L122
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `User` assigned to a parameter of type `string`.
test/integration/user.test.ts#L128
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L143
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$queryRaw on an `any` value.
test/unit/election.api.test.ts#L400
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L126
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .number on an `any` value.
test/unit/emergencycontact.api.test.ts#L41
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/api/article.api.ts#L293
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaArticle on an `any` value.
test/unit/meeting.api.test.ts#L34
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L119
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L403
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/resolvers/auth.resolver.ts#L98
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/file.reducer.ts#L24
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/file.test.ts#L383
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L201
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refSummons on an `any` value.
src/api/post.api.ts#L420
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L198
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/apikey.api.ts#L80
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/post.api.test.ts#L361
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L702
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/post.resolver.ts#L141
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPostHistory` assigned to a parameter of type `string | number | Date`.
src/middlewares/rest/auth.middleware.ts#L95
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/post.api.test.ts#L116
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L100
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L174
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/unit/user.api.test.ts#L330
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L547
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/api/access.api.ts#L165
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L143
[@typescript-eslint/no-unsafe-call] Unsafe any typed template tag.
src/routes/file.routes.ts#L122
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L120
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L126
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number`.
src/api/article.api.ts#L293
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/election.api.ts#L691
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/integration/user.test.ts#L128
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .class on an `any` value.
src/api/election.api.ts#L232
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/meeting.api.test.ts#L35
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/emergencycontact.api.test.ts#L47
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/file.test.ts#L385
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/election.api.test.ts#L400
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
src/api/user.api.ts#L413
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/reducers/file.reducer.ts#L24
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refUploader on an `any` value.
test/unit/meeting.api.test.ts#L201
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
src/resolvers/auth.resolver.ts#L99
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/file.api.ts#L198
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaFile on an `any` value.
src/api/post.api.ts#L420
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPostHistory on an `any` value.
test/unit/post.api.test.ts#L361
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
src/api/apikey.api.ts#L85
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
test/unit/election.api.test.ts#L716
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L364
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L116
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPost` assigned to a parameter of type `number`.
test/unit/election.api.test.ts#L179
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/user.api.test.ts#L331
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .firstName on an `any` value.
test/unit/election.api.test.ts#L548
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .nominationsHidden on an `any` value.
src/api/post.api.ts#L124
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/reducers/access.reducer.ts#L24
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
src/routes/file.routes.ts#L122
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .folderLocation on an `any` value.
test/unit/hehe.api.test.ts#L126
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .year on an `any` value.
src/api/user.api.ts#L149
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/meeting.api.test.ts#L35
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refUploader on an `any` value.
src/api/election.api.ts#L720
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaProposal on an `any` value.
src/api/user.api.ts#L413
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaPasswordReset on an `any` value.
src/api/election.api.ts#L34
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .OR on an `any` value.
test/unit/meeting.api.test.ts#L206
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L232
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refPost on an `any` value.
test/unit/emergencycontact.api.test.ts#L50
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/meeting.api.ts#L119
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/auth.resolver.ts#L99
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
src/reducers/file.reducer.ts#L27
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .type on an `any` value.
test/unit/post.api.test.ts#L363
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L198
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/election.api.test.ts#L717
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
test/integration/file.test.ts#L385
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .folderLocation on an `any` value.
src/resolvers/post.resolver.ts#L144
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/apikey.api.ts#L93
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L415
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L185
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/post.api.ts#L136
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .active on an `any` value.
test/unit/user.api.test.ts#L332
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .lastName on an `any` value.
test/unit/post.api.test.ts#L118
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L560
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L364
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaElection on an `any` value.
src/api/post.api.ts#L420
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/routes/health.routes.ts#L14
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/hehe.api.test.ts#L136
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
test/unit/meeting.api.test.ts#L36
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L153
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any[]` typed value.
src/api/election.api.ts#L48
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L207
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaMeeting` assigned to a parameter of type `number`.
src/api/election.api.ts#L720
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/access.api.ts#L170
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/integration/file.test.ts#L391
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/meeting.api.ts#L119
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaMeeting on an `any` value.
src/api/user.api.ts#L413
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
test/unit/emergencycontact.api.test.ts#L50
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
test/unit/election.api.test.ts#L720
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/resolvers/post.resolver.ts#L144
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaPostHistory` assigned to a parameter of type `string | number | Date`.
src/api/apikey.api.ts#L93
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaApiKey on an `any` value.
src/api/election.api.ts#L249
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/file.api.ts#L208
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
src/reducers/file.reducer.ts#L28
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .accessType on an `any` value.
test/unit/election.api.test.ts#L195
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L373
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/resolvers/auth.resolver.ts#L100
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
test/unit/election.api.test.ts#L416
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `PrismaElection` assigned to a parameter of type `number`.
src/reducers/apikey.reducer.ts#L8
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/post.api.test.ts#L127
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/meeting.api.test.ts#L36
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .refUploader on an `any` value.
test/unit/hehe.api.test.ts#L136
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an `any` value.
test/unit/election.api.test.ts#L561
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of an `any` array value.
src/api/post.api.ts#L431
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/routes/health.routes.ts#L14
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .catch on an `any` value.
src/api/post.api.ts#L139
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/election.api.ts#L364
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
src/api/user.api.ts#L195
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
src/api/user.api.ts#L437
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .$transaction on an `any` value.
test/integration/file.test.ts#L392
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.
src/api/election.api.ts#L747
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .prismaElectable on an `any` value.
test/unit/meeting.reducer.test.ts#L20
[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.
test/regression/election.test.ts#L11
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test/unit/election.api.test.ts#L723
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
test
Process completed with exit code 1.
env-vars
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
env-vars
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
env-vars
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
env-vars
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
env-vars
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
env-vars
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
env-vars
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The following actions uses node12 which is deprecated and will be forced to run on node16: Zomzog/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: hashicorp/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/