Skip to content

Commit 54a2cdd

Browse files
Erik Bylundkirre-bylund
authored andcommitted
fix: Typo in endpoint header
1 parent 3daac2d commit 54a2cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Client/LootLockerEndPoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public class LootLockerEndPoints
122122
public static EndPointClass resetCharacterProgression = new EndPointClass("player/characters/{0}/progressions/{1}/reset", LootLockerHTTPMethod.POST);
123123
public static EndPointClass deleteCharacterProgression = new EndPointClass("player/characters/{0}/progressions/{1}", LootLockerHTTPMethod.DELETE);
124124

125-
// Persistentplayer storage
126-
[Header("Persitent Player Storage")]
125+
// Persistent player storage
126+
[Header("Persistent Player Storage")]
127127
public static EndPointClass getEntirePersistentStorage = new EndPointClass("v1/player/storage", LootLockerHTTPMethod.GET);
128128
public static EndPointClass getSingleKeyFromPersistentStorage = new EndPointClass("v1/player/storage?key={0}", LootLockerHTTPMethod.GET);
129129
public static EndPointClass updateOrCreateKeyValue = new EndPointClass("v1/player/storage", LootLockerHTTPMethod.POST);

0 commit comments

Comments
 (0)