update write for functions

This commit is contained in:
joseph le 2023-10-20 09:38:14 +07:00
parent 1ea8092676
commit a6b9935ce1
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import fs from "fs"; const fs = require("fs");
import moment from "moment"; const moment = require("moment");
export const addLogFunction = async (fileName, data, functionName) => { export const addLogFunction = async (fileName, data, functionName) => {
try { try {