update write for functions
This commit is contained in:
		
							parent
							
								
									1ea8092676
								
							
						
					
					
						commit
						a6b9935ce1
					
				| 
						 | 
					@ -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 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue