Error is batch list router fixed

v8.0.2
This commit is contained in:
2020-10-11 16:29:19 +05:30
parent 14930954a2
commit 886b11be23
9 changed files with 253 additions and 77 deletions

View File

@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "8.0.1",
"version": "8.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",

View File

@ -1,5 +1,5 @@
export const environment = {
production: true,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '8.0.1',
version: '8.0.2',
};