Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 25, 2024
1 parent 9335152 commit 3aada8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-webserver/src/cron/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use anyhow::Result;
use chrono::Utc;
use juniper::ID;
use octocrab::{models::Repository, GitHubError, Octocrab};
use tracing::{debug, warn};
use tracing::warn;

use crate::schema::github_repository_provider::{
GithubRepositoryProvider, GithubRepositoryProviderService,
Expand Down

0 comments on commit 3aada8e

Please sign in to comment.