🏗️ Refactor for zustand and tanstack react query support

This commit is contained in:
2023-11-09 10:22:45 -06:00
parent 3efdc7c2e2
commit 1229feb69c
2 changed files with 64 additions and 28 deletions

View File

@@ -57,6 +57,7 @@ export default class SettingsService extends Service {
}>
) {
try {
console.log(ctx.params);
let query = {};
const { settingsKey, settingsObjectId } =
ctx.params;