Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
TsayAdobe committed Oct 24, 2024
1 parent fd90970 commit 81677cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgeworkers/Acrobat_DC_web_prod/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export async function responseProvider(request) {
delete responseHeaders[prop];
}

return [responseStream, responseHeaders, version, widgetVersion, mobileWidget];
return [responseStream, responseHeaders, version, widgetVersion, mobileWidget, unityWorkflow];
};

const fetchResource = async path => {
Expand Down

0 comments on commit 81677cf

Please sign in to comment.