Skip to content

Commit

Permalink
article validate typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4nR committed Sep 23, 2023
1 parent c2ae01a commit 8cf73a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/utils/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module.exports = {
author: Joi.string().required().label("Penulis Artikel"),
year: Joi.string().required().label("Tahun Publikasi"),
category: Joi.string().required().label("Jenis Artikel"),
description: Joi.number().required().label("Penjelasan Singkat Artikel"),
description: Joi.string().required().label("Penjelasan Singkat Artikel"),
url: Joi.string().required().label("Tautan Artikel"),
urlPage: Joi.string().required().label("Penyedia Artikel"),
});
Expand Down

0 comments on commit 8cf73a4

Please sign in to comment.