We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9253834 commit 8cfda74Copy full SHA for 8cfda74
components/langbase/langbase.app.mjs
@@ -62,7 +62,7 @@ export default {
62
memoryName, ...args
63
}) {
64
return this._makeRequest({
65
- path: `/memorysets/sergio19733/${memoryName}`,
+ path: `/memorysets/${this.$auth.org}/${memoryName}`,
66
method: "delete",
67
...args,
68
});
0 commit comments