Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Dec 21, 2023
1 parent 6aac1b0 commit 5254c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-server/src/api/pool.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const rollingReboot = async function ({ bypassBackupCheck, pool }) {

rollingReboot.params = {
bypassBackupCheck: {
default: false
default: false,
type: 'boolean',
},
pool: { type: 'string' },
Expand Down

0 comments on commit 5254c89

Please sign in to comment.