mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix lint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// This script merges config.env.tpl to config.env
|
||||
|
||||
import fs from 'fs'
|
||||
import fs from 'fs';
|
||||
|
||||
const init: Function = (): void => {
|
||||
const tempate: string = fs.readFileSync('./config.tpl.env', 'utf8');
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// This script merges config.env.tpl to config.env
|
||||
|
||||
|
||||
import fs from 'fs'
|
||||
import fs from 'fs';
|
||||
|
||||
const init: Function = (): void => {
|
||||
let env: string = '';
|
||||
|
||||
Reference in New Issue
Block a user