mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
fix
This commit is contained in:
@@ -7,7 +7,7 @@ import { environment } from 'src/environments/environment';
|
||||
})
|
||||
export class LocalstoreService {
|
||||
|
||||
private prefix = environment.version.lastCommitNumber + environment.id+"-";
|
||||
private prefix = environment.version.lastCommitNumber + environment.id+ Number(environment.storageProduction)+"-";
|
||||
private previewPrefix = 'v17-';
|
||||
|
||||
callbacks: {[key: string]: {
|
||||
|
||||
Reference in New Issue
Block a user