Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Feb 17, 2024
1 parent 2bd45d5 commit 7b437f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crack-core/src/db/play_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl PlayLog {
conn: &PgPool,
guild_id: i64,
) -> Result<Vec<String>, Error> {
get_last_played_by_guild_filter(conn, guild_id, 1).await
Self::get_last_played_by_guild_filter(conn, guild_id, 1).await
}

pub async fn get_last_played_by_guild_metadata(
Expand Down

0 comments on commit 7b437f7

Please sign in to comment.