Skip to content

Commit

Permalink
Unexpected use of comma operator
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikai committed May 13, 2022
1 parent 86b9e67 commit 2eaa52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruoyi-ui/src/utils/dict/DictMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import DictOptions from './DictOptions'
export default class DictMeta {
constructor(options) {
this.type = options.type
this.request = options.request,
this.request = options.request
this.responseConverter = options.responseConverter
this.labelField = options.labelField
this.valueField = options.valueField
Expand Down

0 comments on commit 2eaa52c

Please sign in to comment.