Skip to content

Commit 8e8537a

Browse files
author
Sylvestre Gug
committed
mjs
1 parent 69bdc39 commit 8e8537a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

lib/mssql.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Ajv from "ajv";
22
import JSONStream from "JSONStream";
33
import {json} from "micro";
44
import mssql from "mssql";
5-
import {notFound, failedCheck, badRequest} from "./errors.js";
5+
import {notFound, failedCheck, badRequest} from "./errors.mjs";
66

77
const pools = new Map();
88
const TYPES = mssql.TYPES;

0 commit comments

Comments
 (0)