fix: internal server error when sending already existing push sub #141
Annotations
17 warnings
Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build:
src/server/host/Endpoints/Administration/Events/StartEventEndpoint.cs#L34
Parameter 'userPushSubscriptionMapper' is unread.
|
Build:
src/client/src/app/+state/action-state.ts#L72
'x' is defined but never used. Allowed unused vars must match /^_/u
|
Build:
src/client/src/app/+state/action-state.ts#L100
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/action-state.ts#L100
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/action-state.ts#L137
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/action-state.ts#L143
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/action-state.ts#L143
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/functional-effect.ts#L26
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/functional-effect.ts#L49
Unexpected any. Specify a different type
|
Build:
src/client/src/app/+state/user-settings/actions/update-user-settings.action.ts#L39
'events' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Build:
src/client/src/app/+state/users/actions/update-user.action.ts#L30
Forbidden non-null assertion
|
Build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build:
src/server/host/Endpoints/Administration/Events/StartEventEndpoint.cs#L34
Parameter 'userPushSubscriptionMapper' is unread.
|
Build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build:
src/server/host/Endpoints/Administration/Events/StartEventEndpoint.cs#L34
Parameter 'userPushSubscriptionMapper' is unread.
|