Bladeren bron

Fixed mistake in CallsControllerFunctionCodeHelper.ts

sanex 4 jaren geleden
bovenliggende
commit
2e4aae4c40
4 gewijzigde bestanden met toevoegingen van 1 en 35609 verwijderingen
  1. 0 0
      dist/index.browser.js
  2. 0 18272
      dist/index.cli.js
  3. 0 17336
      dist/index.js
  4. 1 1
      src/custom-code-helpers/calls-controller/CallsControllerFunctionCodeHelper.ts

File diff suppressed because it is too large
+ 0 - 0
dist/index.browser.js


File diff suppressed because it is too large
+ 0 - 18272
dist/index.cli.js


File diff suppressed because it is too large
+ 0 - 17336
dist/index.js


+ 1 - 1
src/custom-code-helpers/calls-controller/CallsControllerFunctionCodeHelper.ts

@@ -62,7 +62,7 @@ export class CallsControllerFunctionCodeHelper extends AbstractCustomCodeHelper
      */
     public initialize (nodeTransformationStage: NodeTransformationStage, callsControllerFunctionName: string): void {
         this.nodeTransformationStage = nodeTransformationStage;
-        this.callsControllerFunctionName = nodeTransformationStage;
+        this.callsControllerFunctionName = callsControllerFunctionName;
     }
 
     /**

Some files were not shown because too many files changed in this diff