We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21925b0 commit 746f8a7Copy full SHA for 746f8a7
src/helpers/mysql.ts
@@ -18,7 +18,6 @@ config.acquireTimeout = 60e3;
18
config.timeout = 60e3;
19
config.charset = 'utf8mb4';
20
bluebird.promisifyAll([Pool, Connection]);
21
-
22
const db = mysql.createPool(config);
23
24
export default db;
src/helpers/utils.ts
@@ -22,7 +22,6 @@ export async function getSubscribers(space) {
address: true
}
};
25
26
try {
27
const result = await snapshot.utils.subgraphRequest(
28
`${HUB_URL}/graphql`,
0 commit comments