Skip to content

Commit f011ae1

Browse files
committed
updated GetInvocationIdFromModulePrivateData
1 parent 8d28e82 commit f011ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzureFunctions.PowerShell.Durable.SDK.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function GetInvocationIdFromModulePrivateData {
2828
return $null
2929
}
3030
else {
31-
$PrivateData['InvocationId']
31+
return $PrivateData['InvocationId']
3232
}
3333
}
3434

0 commit comments

Comments
 (0)