spelling: actual

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 01:36:32 -04:00
parent 5f3a309a8f
commit b2510145dc

View File

@@ -23,7 +23,7 @@ export class SyncActualTimeTaskSubscriber {
); );
bus.subscribe( bus.subscribe(
events.projectTime.onDeleted, events.projectTime.onDeleted,
this.handleDecreaseActaulTimeOnTimeDelete this.handleDecreaseActualTimeOnTimeDelete
); );
bus.subscribe( bus.subscribe(
events.projectTime.onEdited, events.projectTime.onEdited,
@@ -52,7 +52,7 @@ export class SyncActualTimeTaskSubscriber {
* Handle decreasing the actual time of the tsak once time entry be deleted. * Handle decreasing the actual time of the tsak once time entry be deleted.
* @param {IProjectTimeDeletedEventPayload} payload * @param {IProjectTimeDeletedEventPayload} payload
*/ */
private handleDecreaseActaulTimeOnTimeDelete = async ({ private handleDecreaseActualTimeOnTimeDelete = async ({
tenantId, tenantId,
oldTime, oldTime,
trx, trx,