kopia lustrzana https://github.com/manuelkasper/sotlas-api
Pass spot user IDs to WS (needed for editing spots)
rodzic
b903ff77fa
commit
d2f88d16ec
|
@ -17,6 +17,7 @@ const KEY_DECOMPRESSION_MAP = {
|
|||
s: 'summit',
|
||||
t: 'spotter',
|
||||
ts: 'timeStamp',
|
||||
ui: 'userID',
|
||||
y: 'type'
|
||||
}
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@ class SotaSpotReceiver {
|
|||
delete spot.highlightColor;
|
||||
delete spot.activatorName;
|
||||
delete spot.epoch;
|
||||
delete spot.userID;
|
||||
if (spot.comments === '(null)') {
|
||||
spot.comments = '';
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue