mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
convert the import into comment
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user