Skip to content

Commit

Permalink
fix incorrect error throw for paramValue object
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 committed Dec 7, 2024
1 parent 5886086 commit 4926c77
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ export async function processRefDeployments(

return bytesArray;
}
} else {
throw new Error("Invalid or empty param value");
}
}

Expand Down

0 comments on commit 4926c77

Please sign in to comment.