chore: fix typo on manajemen identitas and akses subaspect
This commit is contained in:
parent
c495a1257c
commit
514c61ea36
|
|
@ -4,7 +4,9 @@ import { aspects } from "../schema/aspects";
|
|||
import { eq, and } from "drizzle-orm";
|
||||
|
||||
const subAspectSeeder = async () => {
|
||||
const subAspectsData: (typeof subAspects.$inferInsert & { aspectName: string })[] = [
|
||||
const subAspectsData: (typeof subAspects.$inferInsert & {
|
||||
aspectName: string;
|
||||
})[] = [
|
||||
/////// Aspect 1
|
||||
{
|
||||
name: "Kesadaran",
|
||||
|
|
@ -114,7 +116,7 @@ const subAspectSeeder = async () => {
|
|||
aspectName: "Proteksi",
|
||||
},
|
||||
{
|
||||
name: "Manajemen Identitas dan Aset",
|
||||
name: "Manajemen Identitas dan Akses",
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
deletedAt: null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user