Skip to content

Commit

Permalink
chore: Remove a todo comment (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Aug 20, 2024
1 parent d0dd4c4 commit 567ba0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ where
fn name(&self) -> String;

/// Whether the service is enabled. If the service is not enabled, it will not be run.
// Todo: use AppContext directly?
fn enabled(&self, state: &S) -> bool;

/// Called when the app is starting up allow the service to handle CLI commands.
Expand Down

0 comments on commit 567ba0f

Please sign in to comment.