From e8b03b341a9098d0b5119a978a1174c92d5060ae Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Fri, 24 May 2024 01:52:27 +0200 Subject: [PATCH] adding dev-v20.0.2 tag to this commit to ensure building --- lib/build/recipeImplementation.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/build/recipeImplementation.js b/lib/build/recipeImplementation.js index 219005a9..3e6816f3 100644 --- a/lib/build/recipeImplementation.js +++ b/lib/build/recipeImplementation.js @@ -459,7 +459,9 @@ function RecipeImplementation(recipeImplInput) { _d.trys.push([4, , 15, 17]); return [ 4 /*yield*/, - this.getAccessTokenPayloadSecurely({ userContext: input.userContext }) + this.getAccessTokenPayloadSecurely({ + userContext: input.userContext + }) ]; case 5: accessTokenPayload = _d.sent();