fix: typo

This commit is contained in:
Yarmo Mackenbach 2024-01-28 13:54:50 +01:00
parent 5f1b800a42
commit 9e19a622d9
No known key found for this signature in database
GPG key ID: C248C28D432560ED

View file

@ -31,7 +31,7 @@ import express from 'express'
import * as httpContext from 'express-http-context2'
import { nanoid } from 'nanoid'
import { readFileSync } from 'fs'
import { execSync } from 'child_process';
import { execSync } from 'child_process'
import { stringReplace } from 'string-replace-middleware'
import * as pug from 'pug'
import * as dotenv from 'dotenv'