Skip to content

Commit 90e157c

Browse files
authored
worker/jobs/expiry_notification: Adjust JOB_NAME to match struct name (#8656)
1 parent 55de420 commit 90e157c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/jobs/expiry_notification.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const MAX_ROWS: i64 = 10000;
1818
pub struct SendTokenExpiryNotifications;
1919

2020
impl BackgroundJob for SendTokenExpiryNotifications {
21-
const JOB_NAME: &'static str = "expiry_notification";
21+
const JOB_NAME: &'static str = "send_token_expiry_notifications";
2222

2323
type Context = Arc<Environment>;
2424

0 commit comments

Comments
 (0)