Skip to content

Commit 746f8a7

Browse files
committed
Remove empty line changes to reduce changes
1 parent 21925b0 commit 746f8a7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/helpers/mysql.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ config.acquireTimeout = 60e3;
1818
config.timeout = 60e3;
1919
config.charset = 'utf8mb4';
2020
bluebird.promisifyAll([Pool, Connection]);
21-
2221
const db = mysql.createPool(config);
2322

2423
export default db;

src/helpers/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export async function getSubscribers(space) {
2222
address: true
2323
}
2424
};
25-
2625
try {
2726
const result = await snapshot.utils.subgraphRequest(
2827
`${HUB_URL}/graphql`,

0 commit comments

Comments
 (0)