mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
👕 Replace some double quotes with single ones
This commit is contained in:
@@ -6,13 +6,13 @@ import {
|
||||
|
||||
import {
|
||||
UserSettings,
|
||||
} from "n8n-core";
|
||||
} from 'n8n-core';
|
||||
|
||||
import {
|
||||
ConnectionOptions,
|
||||
createConnection,
|
||||
getRepository,
|
||||
} from "typeorm";
|
||||
} from 'typeorm';
|
||||
|
||||
import {
|
||||
MongoDb,
|
||||
|
||||
Reference in New Issue
Block a user