fix: new user group error in without replication

This commit is contained in:
Samler 2025-06-29 12:15:54 +08:00
parent e19056c746
commit aa82c30068
No known key found for this signature in database
GPG Key ID: BFDA5A582449E3B0

View File

@ -38,7 +38,7 @@ const defaultGroup: GroupEnt = {
redirected_source: true,
},
edges: {
storage_policies: [],
storage_policies: { id: 1 },
},
id: 0,
};