Skip to content

Commit a2a7e9c

Browse files
committed
remove comment
1 parent c6641ec commit a2a7e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/pipeline/types/Workflow.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ func (workflowRequest *WorkflowRequest) CompressWorkflowRequest() (string, error
188188
}
189189

190190
// DecompressWorkflowRequest decompresses bytes to WorkflowRequest
191-
// This function handles both Base64 encoded and legacy raw binary data for backward compatibility
192191
func (workflowRequest *WorkflowRequest) DecompressWorkflowRequest(compressedData string) error {
193192
decodedData, err := base64.StdEncoding.DecodeString(compressedData)
194193
if err != nil {

0 commit comments

Comments
 (0)