mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 22:31:52 +02:00
Template response plugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { YaakContext } from '@yaakapp/api';
|
||||
import { Context } from '@yaakapp/api';
|
||||
|
||||
export function pluginHookImport(_ctx: YaakContext, contents: string) {
|
||||
export function pluginHookImport(_ctx: Context, contents: string) {
|
||||
let parsed;
|
||||
try {
|
||||
parsed = JSON.parse(contents);
|
||||
|
||||
Reference in New Issue
Block a user