Skip to content

Commit

Permalink
Update AvatarDecoration.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarikanaru committed Nov 2, 2023
1 parent c581475 commit 9c5356e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/backend/src/models/AvatarDecoration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ import { id } from './util/id.js';

@Entity('avatar_decoration')
export class MiAvatarDecoration {
[x: string]: any;
@PrimaryColumn(id())
public id: string;

@Column('timestamp with time zone', {
nullable: true,
})
public createdAt: Date
public createdAt: Date;

@Column('timestamp with time zone', {
nullable: true,
Expand Down

0 comments on commit 9c5356e

Please sign in to comment.