desloppify: fix 34 unused imports/vars, debug logs, and code quality issues
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m20s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m20s
This commit is contained in:
@@ -27,7 +27,7 @@ const initialState = {
|
||||
|
||||
export const useAttunementStore = create<AttunementStoreState>()(
|
||||
persist(
|
||||
(set, get) => ({
|
||||
(set, _get) => ({
|
||||
...initialState,
|
||||
|
||||
addAttunementXP: (attunementId: string, amount: number) => {
|
||||
|
||||
Reference in New Issue
Block a user