Skip to content

Commit

Permalink
feat: update tsc sdk (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinyouzeng authored Sep 2, 2024
1 parent 021f2d2 commit 6df0f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<MasaFrameworkPackageVersion>1.2.0-preview.2</MasaFrameworkPackageVersion>
<MasaStackSdksPackageVersion>1.1.1-preview.7</MasaStackSdksPackageVersion>
<MasaStackSdksPackageVersion>1.2.1-preview.4</MasaStackSdksPackageVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private async Task AddLogVariablesAsync(AlarmRule alarmRule, Dictionary<string,
Query = alarmRule.WhereExpression,
Start = startTime.Value.UtcDateTime,
End = checkTime.UtcDateTime,
Service = alarmRule.AppIdentity,
IsDesc = true
};

Expand Down

0 comments on commit 6df0f72

Please sign in to comment.