mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 17:27:55 +03:00
fix bad schema relationships
This commit is contained in:
@@ -30,7 +30,7 @@ export class AMCardRecentUse extends Realm.Object<AMCardRecentUse> {
|
||||
|
||||
properties: {
|
||||
gameId: "string",
|
||||
card: {type: "object", objectType: "card", optional: false}
|
||||
card: {type: "object", objectType: "card"}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user