Skip to content

Commit 8aa4120

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent e6d6cb2 commit 8aa4120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const apiService = {
102102

103103
// 获取告警规则变更记录
104104
getAlertRuleChangelog: (start?: string, limit?: number) => {
105-
const params: any = {}
105+
const params: { start?: string; limit?: number } = {}
106106
if (start) params.start = start
107107
if (limit) params.limit = limit
108108
return api.get('/v1/changelog/alertrules', { params })

0 commit comments

Comments
 (0)