Skip to content

Commit 8cfda74

Browse files
authored
Update langbase.app.mjs
1 parent 9253834 commit 8cfda74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/langbase/langbase.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
memoryName, ...args
6363
}) {
6464
return this._makeRequest({
65-
path: `/memorysets/sergio19733/${memoryName}`,
65+
path: `/memorysets/${this.$auth.org}/${memoryName}`,
6666
method: "delete",
6767
...args,
6868
});

0 commit comments

Comments
 (0)