UNPKG

n8n-nodes-zola-fake

Version:

Các node hỗ trợ Zalo cho n8n Thong

10 lines (9 loc) 226 B
import { apiFactory } from "../utils.js"; export const getCookieFactory = apiFactory()((_, ctx) => { /** * Get the current cookie string */ return function getCookie() { return ctx.cookie; }; });