|
|
@@ -478,6 +478,8 @@ class ChargeStationService {
|
|
|
}
|
|
|
|
|
|
async fetchReservationHistories() {
|
|
|
+ const aa = await SecureStore.getItemAsync('accessToken')
|
|
|
+ console.log('iiiiiiiqqqqq', aa)
|
|
|
try {
|
|
|
const response = await axios.get(`${this.apiUrl}/clients/reservation/all`, {
|
|
|
headers: {
|