Skip to content

Commit

Permalink
fix legacy board reference
Browse files Browse the repository at this point in the history
  • Loading branch information
uidp committed May 17, 2024
1 parent a8fa3aa commit 58be6e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { BaseEntityWithTimestamps } from './base.entity';
/**
* @deprecated - this is here only for the sake of the legacy-board (lernraum)
*/
@Entity()
@Entity({ tableName: 'boardnodes' })
export class ColumnBoardNode extends BaseEntityWithTimestamps implements LearnroomElement {
constructor(props: ColumnBoardNodeProps) {
super();
Expand Down

0 comments on commit 58be6e8

Please sign in to comment.