Default prefix type fixed

pull/9/head
ilian.iliev 2023-03-21 20:12:27 +02:00
parent f55d656fdd
commit d5f78f0868
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
window.state = window.state || {};
state.constants = {
LS_PREFIX: 'store-'
LS_PREFIX: 'state-'
};