misc: added type assertion

This commit is contained in:
Sheen Capadngan
2024-12-16 22:27:29 +08:00
parent f8f5000bad
commit e3d29b637d

View File

@@ -1638,7 +1638,7 @@ export const integrationAuthServiceFactory = ({
projects.map((p) => ({
orgName: p.orgName,
name: p.projectName,
id: p.projectId
id: p.projectId as string
})),
(p) => p.orgName
);