Skip to content

Commit

Permalink
Test failing. Try removing default port.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Dec 7, 2023
1 parent 177ca47 commit 68948e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TypeScript/app/c/receipt-repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Connection, MysqlError } from "mysql";
const mysql = require('mysql');

const db: Connection = mysql.createConnection({
host: 'localhost:3306',
host: 'localhost',
database: 'myShop',
user: 'store',
password: '12345'
Expand Down

0 comments on commit 68948e2

Please sign in to comment.