Jelajahi Sumber

Fixed mistake in CallsControllerFunctionCodeHelper.ts

sanex 4 tahun lalu
induk
melakukan
2e4aae4c40

File diff ditekan karena terlalu besar
+ 0 - 0
dist/index.browser.js


File diff ditekan karena terlalu besar
+ 0 - 18272
dist/index.cli.js


File diff ditekan karena terlalu besar
+ 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;
     }
 
     /**

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini