Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksander <[email protected]>
  • Loading branch information
moubctez and t-aleksander authored Dec 16, 2024
1 parent 9a701e8 commit 26fe072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/grpc/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ pub(crate) async fn new_polling_token(
pub(crate) async fn build_device_config_response(
pool: &PgPool,
device: Device<Id>,
// Whether to make a new polling token for the device
token: Option<String>,
) -> Result<DeviceConfigResponse, Status> {
let settings = Settings::get_settings(pool).await.map_err(|_| {
Expand Down

0 comments on commit 26fe072

Please sign in to comment.