Skip to content

Commit

Permalink
get countrry rip
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Ryo committed Apr 23, 2024
1 parent 2c41414 commit 14af65a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/entities/classroom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export class Classroom {
public delayedDays: number;

@OneToMany(() => Country, (country: Country) => country)
get countryCode() {
return this.country?.isoCode;
}
public country: Country | null;

@Column({
Expand Down

0 comments on commit 14af65a

Please sign in to comment.