fix: new user group error in without replication (#272)

This commit is contained in:
Samler 2025-06-30 19:34:07 +08:00 committed by GitHub
parent e19056c746
commit 59bf8d9062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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