mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Replace some double quotes with single ones
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Workflow } from './Workflow';
|
||||
import * as express from "express";
|
||||
import * as express from 'express';
|
||||
|
||||
export interface IBinaryData {
|
||||
[key: string]: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user