Skip to content

Commit be1b812

Browse files
Add deefault value for shouldMakeActive
1 parent 0d58616 commit be1b812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/get-service-account-insert-serial-operations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function getServiceAccountInsertSerialOperations(
4949
serviceAccount,
5050
containValue,
5151
containerLinkId,
52-
shouldMakeActive
52+
shouldMakeActive = false
5353
} = param;
5454
const { containLinkId, serviceAccountLinkId ,usesServiceAccountLinkId} = await getReservedLinkIds();
5555
const { containTypeLinkId, serviceAccountTypeLinkId ,usesServiceAccountTypeLinkId} = await getTypeLinkIds();

0 commit comments

Comments
 (0)