Skip to content

Commit

Permalink
chore: Adjust export name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 5, 2024
1 parent da4e991 commit 3e2b34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UWP/Storage/ApplicationDataContainer.wasm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ internal static bool TryGetValue(ApplicationDataLocality locality, string key, o
}
}

[JSImport("globalThis.Windows.Storage.ApplicationDataContainer.tryGetValue")]
[JSImport("globalThis.Windows.Storage.ApplicationDataContainer.getValue")]
private static partial string GetValue(string locality, string key);

internal static void SetValue(ApplicationDataLocality locality, string key, string value)
Expand Down

0 comments on commit 3e2b34b

Please sign in to comment.