Skip to content

Commit f0c6345

Browse files
authored
chore: rename to sequencerConfig (#1049)
1 parent 5d6da9a commit f0c6345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/mysql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sequencerConfig.connectTimeout = 60e3;
3434
sequencerConfig.acquireTimeout = 60e3;
3535
sequencerConfig.timeout = 60e3;
3636
sequencerConfig.charset = 'utf8mb4';
37-
sequencerConfig.ssl = { rejectUnauthorized: hubConfig.host !== 'localhost' };
37+
sequencerConfig.ssl = { rejectUnauthorized: sequencerConfig.host !== 'localhost' };
3838

3939
const sequencerDB = mysql.createPool(sequencerConfig);
4040

0 commit comments

Comments
 (0)