diff --git a/src/internal/models/actionToJson.ts b/src/internal/models/actionToJson.ts index a8cb1b4..2a87b60 100644 --- a/src/internal/models/actionToJson.ts +++ b/src/internal/models/actionToJson.ts @@ -22,4 +22,4 @@ export function actionToJson(): IActionToJson { return {error: createUnsupportedError(`unsupported action ${this.constructor.name}`)}; } -// test +// test2