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 6316bff commit 0bc2d0fCopy full SHA for 0bc2d0f
src/index.js
@@ -121,6 +121,7 @@ module.exports = {
121
yield this.$$adapter.destroyAll(this.$$Post)
122
yield this.$$adapter.destroyAll(this.$$User)
123
yield this.$$adapter.destroyAll(this.$$Profile)
124
+ yield this.$$adapter.destroyAll(this.$$Address)
125
})
126
},
127
assert: assert,
0 commit comments