Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOSTSD-246 Fix Data Service #108

Merged
merged 1 commit into from
Mar 5, 2024
Merged

HOSTSD-246 Fix Data Service #108

merged 1 commit into from
Mar 5, 2024

Conversation

Fosol
Copy link
Contributor

@Fosol Fosol commented Mar 5, 2024

Resolved an issue which was resulting in storage trends missing data.

@Fosol Fosol added the bug Something isn't working label Mar 5, 2024
@Fosol Fosol self-assigned this Mar 5, 2024
@@ -7,6 +7,7 @@ public class ServerItemModel : AuditableModel
{
#region Properties
public string ServiceNowKey { get; set; } = "";
public Guid? HistoryKey { get; set; }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was causing the bug

@Fosol Fosol merged commit 34bbe8d into bcgov:main Mar 5, 2024
3 checks passed
@Fosol Fosol deleted the 246 branch March 5, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant