Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Oct 24, 2023
1 parent 012fc09 commit 6d5ac88
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions services/mysql.users.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,10 @@ module.exports = {
action: "v1.mysql.servers.resolve",
},
},
database: {
type: "string",
required: false,
empty: false,
populate: {
action: "v1.mysql.databases.resolve",
},
},
databases: {
type: "array",
items: 'string',
required: true,
empty: false,
required: false,
default: [],
populate: {
action: "v1.mysql.databases.resolve",
Expand Down

0 comments on commit 6d5ac88

Please sign in to comment.