Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 54b0b98

Browse files
committed
fix build
1 parent 4848eff commit 54b0b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/funixproductions-requests/src/lib/services/pacifista-api/server/sanctions/dtos/PacifistaSanctionDTO.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export class PacifistaSanctionDTO extends ApiDTO {
1515
active: boolean = true,
1616
playerActionUuid?: string,
1717
expirationDate?: Date) {
18+
super()
1819
this.playerSanctionUuid = playerSanctionUuid
1920
this.reason = reason
2021
this.sanctionType = sanctionType

0 commit comments

Comments
 (0)