Skip to content

Commit 2c24d35

Browse files
fix(argocd): make refreshInterval configuration as optional (janus-idp#1647)
1 parent a2c4249 commit 2c24d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/argocd/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface Config {
2020
* Polling interval timeout
2121
* @visibility frontend
2222
*/
23-
refreshInterval: number;
23+
refreshInterval?: number;
2424
/**
2525
* The base url of the ArgoCD instance.
2626
* @visibility frontend

0 commit comments

Comments
 (0)