Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit e937177

Browse files
committed
Update to RC1
1 parent 5936eab commit e937177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TodoListWebApp/Utils/NaiveSessionCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void Load()
2626
{
2727
lock (FileLock)
2828
{
29-
this.Deserialize((byte[])Session.Get(CacheId));
29+
this.Deserialize(Session.Get(CacheId));
3030
}
3131
}
3232

0 commit comments

Comments
 (0)