Blacked and isorted the python files

Prettied and eslinted the typescript/html files
This commit is contained in:
2020-10-11 10:56:29 +05:30
parent b31db593c2
commit d677cfb1ea
505 changed files with 7560 additions and 5650 deletions

View File

@ -1,4 +1,4 @@
export const environment = {
production: true,
ACCESS_TOKEN_REFRESH_MINUTES: 10 // refresh token 10 minutes before expiry
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
};

View File

@ -4,7 +4,7 @@
export const environment = {
production: false,
ACCESS_TOKEN_REFRESH_MINUTES: 10 // refresh token 10 minutes before expiry
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
};
/*