Skip to content

Commit

Permalink
Remove empty line changes to reduce changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Jan 16, 2024
1 parent 21925b0 commit 746f8a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/helpers/mysql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ config.acquireTimeout = 60e3;
config.timeout = 60e3;
config.charset = 'utf8mb4';
bluebird.promisifyAll([Pool, Connection]);

const db = mysql.createPool(config);

export default db;
1 change: 0 additions & 1 deletion src/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export async function getSubscribers(space) {
address: true
}
};

try {
const result = await snapshot.utils.subgraphRequest(
`${HUB_URL}/graphql`,
Expand Down

0 comments on commit 746f8a7

Please sign in to comment.