Skip to content

Commit 9f535a8

Browse files
NowinskiKjpomfret
andauthored
return is not needed
Co-authored-by: Jess Pomfret <[email protected]>
1 parent 802436e commit 9f535a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Public/Deployment Pipeline/Add-FabricWorkspaceToStage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Add-FabricWorkspaceToStage {
6969

7070
# Step 5: Return results
7171
Write-Message -Message "Successfully assigned workspace to deployment pipeline stage." -Level Info
72-
return $response
72+
$response
7373
} catch {
7474
# Step 6: Error handling
7575
$errorDetails = $_.Exception.Message

0 commit comments

Comments
 (0)