Skip to content

Commit 46b156d

Browse files
committed
linting
1 parent aedf595 commit 46b156d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/database/dbtravelguide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class DBTravelguide {
192192
try {
193193
await client.query("BEGIN");
194194
const values = [authorId];
195-
let result = await client.query(
195+
const result = await client.query(
196196
"SELECT * FROM TRAVELGUIDE WHERE AUTHOR_ID=$1 ORDER BY DATE_ADDED",
197197
values,
198198
);

0 commit comments

Comments
 (0)