fix Model.typeName being empty (!!)

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-03-27 17:34:09 -04:00
parent fbe65294c6
commit 0a8f703eae
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -302,6 +302,7 @@ func (r TModelRegistry) Model(mdl ...any) {
Indexes: inds,
references: refs,
gridFSReferences: gfs,
typeName: n,
}
}
for k, v := range ModelRegistry {