v3.10.1: fix(#333) v5 time endpoint

This commit is contained in:
tiagosiebler
2024-04-15 10:44:19 +01:00
parent 8810c2024e
commit f14365d8e2
4 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ export interface RestClientOptions {
sync_interval_ms?: number | string;
/** Determines whether to perform time synchronization before sending private requests */
syncTimeBeforePrivateRequests?: false;
syncTimeBeforePrivateRequests?: boolean;
/** Default: false. If true, we'll throw errors if any params are undefined */
strict_param_validation?: boolean;