Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Jul 8, 2024
1 parent e41c2e4 commit c833380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cio/src/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use gsuite_api::types::{
Building as GSuiteBuilding, CalendarResource as GSuiteCalendarResource, Group as GSuiteGroup, User as GSuiteUser,
};
use gusto_api::Client as Gusto;
use log::{info, warn};
use log::{error, info, warn};
use macros::db;
use schemars::JsonSchema;
use sendgrid_api::{traits::MailOps, Client as SendGrid};
Expand Down

0 comments on commit c833380

Please sign in to comment.