Skip to content

Commit ef36da0

Browse files
committed
period
1 parent 0d35a34 commit ef36da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ db.run(`CREATE TABLE IF NOT EXISTS reports (
104104
// db.run("INSERT INTO categories (name, description) VALUES ('Show and Tell', 'Show off your creations here!')", (err) => { if (err) { console.error(err.message); } });
105105
db.get("SELECT COUNT(*) FROM categories", (err, count) => {
106106
if (!err && count["COUNT(*)"] < 7) {
107-
db.run("INSERT INTO categories (name, description) VALUES ('Garbage Dump', 'Where posts go when they die')", (err) => { if (err) { console.error(err.message); } });
107+
db.run("INSERT INTO categories (name, description) VALUES ('Garbage Dump', 'Where posts go when they die.')", (err) => { if (err) { console.error(err.message); } });
108108
}
109109
});
110110

0 commit comments

Comments
 (0)