Skip to content

Commit

Permalink
fix: remove validation for ip and port when importing organization
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Aug 30, 2022
1 parent 91baac9 commit 68ed8a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/validations/organizations.validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export const newOrganizationSchema = Joi.object({

export const importOrganizationSchema = Joi.object({
orgUid: Joi.string().required(),
ip: Joi.string().required(),
port: Joi.string().required(),
});

export const importHomeOrganizationSchema = Joi.object({
Expand Down

0 comments on commit 68ed8a2

Please sign in to comment.