Skip to content

Commit e181f8f

Browse files
committed
Updated capabilities before exporting them
Signed-off-by: Robert Gogete <gogeterobert@yahoo.com>
1 parent 112c91e commit e181f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/host.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ export class FileHost implements IFileHost {
324324
if (this.gunRegistry) {
325325
try {
326326
console.log(`🔄 Registering with Gun.js registry...`);
327+
this.capabilities = capabilities;
327328
await this.gunRegistry.register(capabilities);
328329
console.log(`✅ Registered capabilities in Gun.js registry with storeId: ${this.storeId}`);
329330

0 commit comments

Comments
 (0)