Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 297b688

Browse files
author
pmandrik
committed
manually_update_a_run_reset_rr_attributes to async
1 parent 08bf613 commit 297b688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runregistry_backend/cron/2.save_or_update_runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ exports.manually_update_a_run = async (
270270
});
271271
};
272272

273-
exports.manually_update_a_run_reset_rr_attributes = (
273+
exports.manually_update_a_run_reset_rr_attributes = async (
274274
run_number,
275275
{ email, comment, manually_significant, atomic_version }
276276
) => {

0 commit comments

Comments
 (0)