Skip to content

Commit

Permalink
build hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Aug 15, 2024
1 parent e0ec2cc commit c30a406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/publication/publication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class Publication implements TPublication {
public attachments: TAttachment[]
public attachmentCount: number
public themes: string[]
public data: Record<string, object>
public data: Record<string, unknown>

public anonymization: {
anonymized: boolean
Expand Down

0 comments on commit c30a406

Please sign in to comment.