udpate
This commit is contained in:
@ -30,7 +30,7 @@ const getCurrentTimeJakarta = () => {
|
||||
|
||||
export async function doSaveLogActivity(payload: SaveLogsParams): Promise<ActionResponseTypes> {
|
||||
try {
|
||||
const token = JSON.parse(localStorage.getItem('brillian-bri-tl-auth-v1=9.1.1') || '{}');
|
||||
const token = JSON.parse(localStorage.getItem(`${import.meta.env.VITE_APP_NAME}-auth-v${import.meta.env.VITE_APP_VERSION}`) || '{}');
|
||||
|
||||
const dtParams = {
|
||||
...payload,
|
||||
|
||||
Reference in New Issue
Block a user