Skip to content

Commit

Permalink
Fix linting issue caused by external contribution (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
tan-nhu authored and Harness committed Apr 19, 2024
1 parent e45dcf3 commit 3f823c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/Config.ts
Expand Up @@ -34,5 +34,5 @@ export default {
IN_VIEWPORT_DETECTION_MARGIN: 5_000,

/** Limit for the secret input in bytes */
SECRET_LIMIT_IN_BYTES: 5_242_880,
SECRET_LIMIT_IN_BYTES: 5_242_880
} as const

0 comments on commit 3f823c2

Please sign in to comment.