You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the userId key is declared as a number, while the declaration in the User class states that it is a uid (string): @Uid() id!: string. It looks like an inconsistency.
The text was updated successfully, but these errors were encountered:
In
pinia-orm/packages/pinia-orm/tests/feature/relations/has_many_save_uid.spec.ts
Line 17 in 5813664
the
userId
key is declared as a number, while the declaration in the User class states that it is a uid (string):@Uid() id!: string
. It looks like an inconsistency.The text was updated successfully, but these errors were encountered: