kopia lustrzana https://github.com/manuelkasper/sotlas-api
Include alert user ID as well (for editing)
rodzic
d2f88d16ec
commit
ef64eba032
|
@ -63,6 +63,7 @@ function loadAlertsDirect() {
|
|||
let newAlerts = response.data.map(alert => {
|
||||
return {
|
||||
id: alert.id,
|
||||
userID: alert.userID,
|
||||
timeStamp: new Date(alert.timeStamp),
|
||||
dateActivated: new Date(alert.dateActivated),
|
||||
summit: {code: alert.associationCode + '/' + alert.summitCode},
|
||||
|
|
Ładowanie…
Reference in New Issue