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 cdc388e commit b8ad3ebCopy full SHA for b8ad3eb
packages/cubejs-base-driver/src/BaseDriver.ts
@@ -203,7 +203,7 @@ export abstract class BaseDriver implements DriverInterface {
203
/**
204
* Class constructor.
205
*/
206
- protected constructor(_options: {
+ public constructor(_options: {
207
208
* Time to wait for a response from a connection after validation
209
* request before determining it as not valid. Default - 10000 ms.
0 commit comments