mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 fix(AssistantStore): add missing identifier parameter (#9948)
🐛 fix(AssistantStore): add missing identifier parameter in fallback fetch
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
@@ -93,7 +93,7 @@ export class AssistantStore {
|
||||
},
|
||||
});
|
||||
if (!res.ok) {
|
||||
res = await fetch(this.getAgentUrl(DEFAULT_LANG), {
|
||||
res = await fetch(this.getAgentUrl(identifier, DEFAULT_LANG), {
|
||||
cache: 'force-cache',
|
||||
next: {
|
||||
revalidate: CacheRevalidate.Details,
|
||||
|
||||
Reference in New Issue
Block a user