Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix tests
  • Loading branch information
B4nan authored Jan 29, 2025
commit 1ade4e8ec311fc47375ffa31eccc06b7fc86a485
1 change: 1 addition & 0 deletions src/entities/Publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class Publisher extends BaseEntity {
type: PublisherType & Opt;

constructor(name: string, type = PublisherType.LOCAL) {
super();
this.name = name;
this.type = type;
}
Expand Down
Loading