Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed May 3, 2021
1 parent 45fa293 commit 3f7ee0a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ams/mixins/block-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ export default {
});
}
},
initResource() {
const resource = this.block.resources
const isString = typeof this.block.resource === 'string'
this.resource = isString ? ams.resources[resource] : ams.resource('', resource);
},
initResource() {
const resource = this.block.resource
const isString = typeof this.block.resource === 'string'
Expand Down

0 comments on commit 3f7ee0a

Please sign in to comment.