Open melonges opened 11 months ago
Differs from the full example. Wrong usage new Repository() that throws an exception:
new Repository()
await this.writeEntity(key, entity.entityData); ^ TypeError: this.writeEntity is not a function
Differs from the full example. Wrong usage
new Repository()
that throws an exception: