1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: lint fix

This commit is contained in:
2022-02-18 15:30:24 +05:00
parent 842c7f9b23
commit 489df78391

View File

@@ -70,7 +70,7 @@ export class SASjsConfig {
*/
loginMechanism: LoginMechanism = LoginMechanism.Default
/**
* Optional setting to configure request history limit. Increasing this limit
* Optional setting to configure request history limit. Increasing this limit
* may affect browser performance, especially with debug (logs) enabled.
*/
requestHistoryLimit?: number = 10