Skip to content

Commit d36d39f

Browse files
author
Sylvestre
authored
missing import (#69)
1 parent 1afd376 commit d36d39f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mysql.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import JSONStream from "JSONStream";
22
import {json} from "micro";
33
import mysql, {createConnection} from "mysql2";
44
import {failedCheck} from "./errors.js";
5+
import {notFound} from "./errors.js";
56

67
const {Types, ConnectionConfig} = mysql;
78

0 commit comments

Comments
 (0)