Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit 0115ff6b59 - Show all commits

View File

@ -29,6 +29,20 @@ const subAspectSeeder = async () => {
deletedAt: null, deletedAt: null,
aspectName: "Identifikasi", aspectName: "Identifikasi",
}, },
{
name: "Mengelola aset informasi",
createdAt: new Date(),
updatedAt: new Date(),
deletedAt: null,
aspectName: "Identifikasi",
},
{
name: "Mengelola aset informasi",
createdAt: new Date(),
updatedAt: new Date(),
deletedAt: null,
aspectName: "Identifikasi",
},
{ {
name: "Mengelola risiko rantai pasok", name: "Mengelola risiko rantai pasok",
createdAt: new Date(), createdAt: new Date(),