fix missing semicolon

This commit is contained in:
Alexander Zobnin
2020-12-22 17:14:05 +03:00
parent 4b98f58f66
commit 2a44085288

View File

@@ -48,7 +48,7 @@ export interface ZabbixMetricsQuery extends DataQuery {
proxy?: { filter: string; };
trigger?: { filter: string; };
itServiceFilter?: string;
tags?: { filter: string; }
tags?: { filter: string; };
functions: ZabbixMetricFunction[];
options: ZabbixQueryOptions;
// Deprecated