Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Enable sched_timing_today call from AnkiDroid
Browse files Browse the repository at this point in the history
  • Loading branch information
david-allison committed Jan 25, 2021
1 parent 918a400 commit c597f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rslib/src/sched/cutoff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fn sched_timing_today_v2_legacy(
// ----------------------------------

/// Based on provided input, get timing info from the relevant function.
pub(crate) fn sched_timing_today(
pub fn sched_timing_today(
created_secs: TimestampSecs,
now_secs: TimestampSecs,
created_mins_west: Option<i32>,
Expand Down

0 comments on commit c597f26

Please sign in to comment.