typescript(translucid): fixed express bug
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
908a69c985
commit
efa99a1f08
|
@ -1,5 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const express = require('express');
|
||||
const read_1 = require("./read");
|
||||
function containsAny(array, keys) {
|
||||
for (let i = 0; i < keys.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue