added links property to user model

This commit is contained in:
SrGooglo 2023-04-22 23:07:00 +00:00
parent 57f77d6b83
commit c7c0d33a13

View File

@ -15,5 +15,6 @@ export default {
createdAt: { type: String },
badges: { type: Array, default: [] },
early_supporter: { type: Boolean, default: false },
links: { type: Array, default: [] },
}
}