Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit fecbc82

Browse files
Data is not updated when invalidated
1 parent 24c989e commit fecbc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/ApplicationCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void InvalidateData()
148148
{
149149
Logger.Trace("Invalidated");
150150
CacheInvalidated.SafeInvoke();
151-
SaveData(DateTimeOffset.Now, true);
151+
SaveData(DateTimeOffset.Now, false);
152152
}
153153

154154
protected void SaveData(DateTimeOffset now, bool isUpdated)

0 commit comments

Comments
 (0)