fix: scheduling workflow emails (#10890)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
pull/10849/head^2
Carina Wollendorfer 2023-08-22 15:29:06 -04:00 committed by GitHub
parent 0cbf525a78
commit 376f023e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ export const scheduleEmailReminder = async (
enable: sandboxMode,
},
},
sendAt: data.sendAt,
});
}