convert the import into comment

This commit is contained in:
Yaman Katby
2023-04-06 17:18:59 +03:00
parent bc815afe74
commit 0bc104d07e

View File

@@ -12,7 +12,7 @@ export const replacer = (data: any) => (m: string, key: string) => {
};
export const baseFunction = `// Import any NPM package needed
import lodash from "lodash";
// import _ from "lodash";
const connector: Connector = async ({ query, row, user, logging }) => {
logging.log("connector started");