Skip to content

Commit cf1811e

Browse files
committed
fix: linting errors
1 parent a303dd9 commit cf1811e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function database(
176176
}
177177

178178
if (!options.connectionString) {
179-
throw new TypeError('Database connection string is required!')
179+
throw new TypeError('Database connection string is required!');
180180
}
181181

182182
if (!options.logger) {

0 commit comments

Comments
 (0)