Skip to content

Commit

Permalink
reset cluster errors from previous evaluations on successful re-evalu…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ewilken committed Jan 8, 2024
1 parent 4ee8e1a commit 4e3a777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nautik Helper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = io.nautik.Nautik.Helper;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -370,7 +370,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = io.nautik.Nautik.Helper;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
1 change: 1 addition & 0 deletions Nautik Helper/StoredCluster.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class StoredCluster: Codable, @unchecked Sendable {
credentialsExpireAt = nil
}

error = nil
lastEvaluation = Date.now
}
}
Expand Down

0 comments on commit 4e3a777

Please sign in to comment.