Przeglądaj źródła

Fixed mistake in CallsControllerFunctionCodeHelper.ts

sanex 4 lat temu
rodzic
commit
2e4aae4c40

Plik diff jest za duży
+ 0 - 0
dist/index.browser.js


Plik diff jest za duży
+ 0 - 18272
dist/index.cli.js


Plik diff jest za duży
+ 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;
     }
 
     /**

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików