mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
refactor: dedupe bluebubbles and zalouser readers
This commit is contained in:
@@ -146,7 +146,7 @@ export function registerBrowserCookiesAndStorageCommands(
|
||||
method: "GET",
|
||||
path: `/storage/${kind}`,
|
||||
query: {
|
||||
key: key?.trim() || undefined,
|
||||
key: normalizeOptionalString(key),
|
||||
targetId,
|
||||
profile,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user