Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mure committed Oct 24, 2023
1 parent 99e0c02 commit 742612b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datasources/tag/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface TagWithValueBase {
};
}

// Legacy tag properties from SystemLink Server
// Legacy tag properties from SystemLink Cloud
interface TagWithValueV1 {
tag: {
collect_aggregates: boolean;
Expand All @@ -33,7 +33,7 @@ interface TagWithValueV1 {
}
}

// Tag properties renamed in SystemLink Enterprise
// Tag properties renamed in SystemLink Server and Enterprise
interface TagWithValueV2 {
tag: {
type: string;
Expand Down

0 comments on commit 742612b

Please sign in to comment.