xiongzhu 2 年 前
コミット
0e9614ed8c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/gallery/entities/gallery.entity.ts

+ 1 - 1
src/gallery/entities/gallery.entity.ts

@@ -13,7 +13,7 @@ export class Gallery {
     thumb: string
 
     @Column()
-    charactor: string
+    character: string
 
     @Column()
     tag: string