Skip to content

Commit

Permalink
fix: typos errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GloireMutaliko21 committed Nov 13, 2024
1 parent 07f1676 commit 7c7bc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tasks/task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ export class TaskService extends TenantAwareCrudService<Task> {
query = addBetween<Task>(query, 'startDate', startDateFrom, startDateTo, p);
query = addBetween<Task>(query, 'dueDate', dueDateFrom, dueDateTo, p);

// Add Optional additonal filters by
// Add Optional additional filters by
query.andWhere(
new Brackets((web: WhereExpressionBuilder) => {
if (isNotEmpty(employeeId)) {
Expand Down

0 comments on commit 7c7bc0c

Please sign in to comment.