Skip to content

Commit

Permalink
Merge pull request #99 from MaxMommersteeg/MaxMommersteeg-patch-1
Browse files Browse the repository at this point in the history
LocalStorageService formatting.
  • Loading branch information
chrissainty committed Jul 23, 2020
2 parents 06d494a + 3c49969 commit d023a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blazored.LocalStorage/LocalStorageService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ public T GetItem<T>(string key)
return (T)(object)serialisedData;
}
}

public string GetItemAsString(string key)

{
if (string.IsNullOrEmpty(key))
throw new ArgumentNullException(nameof(key));
Expand Down

0 comments on commit d023a0f

Please sign in to comment.