Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Winkens <m.winkens@fz-juelich.de>
  • Loading branch information
mwinkens committed Mar 12, 2024
1 parent 2bbd9e5 commit b1eb577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/announcementsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const searchGroups = async function(search) {
* @param {boolean} notifications Should notifications be generated
* @param {boolean} emails Should emails be sent
* @param {boolean} comments Are comments allowed
* @param {number} scheduleTime Time, when the annoucement is scheduled
* @param {number} deleteTime Time, when the annoucement should be deleted
* @param {number} scheduleTime Time, when the announcement is scheduled
* @param {number} deleteTime Time, when the announcement should be deleted
* @return {object} The axios response
*/
const postAnnouncement = async function(subject, message, plainMessage, groups, activities, notifications, emails, comments, scheduleTime = null, deleteTime = null) {
Expand Down

0 comments on commit b1eb577

Please sign in to comment.