Skip to content

Commit

Permalink
Return collback
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeMalkin committed Dec 18, 2023
1 parent abe6fdd commit 438f391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docspace-reverse-proxy/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ export const handler = async (event, context, callback) => {
},
};

callback(null, response);
return;
return callback(null, response);

}

let originDomain;
Expand Down

0 comments on commit 438f391

Please sign in to comment.