Skip to content

Commit 5177217

Browse files
committed
sentry - db - make pub insert_accounting
1 parent 9a94c5f commit 5177217

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry/src/db/accounting.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ pub async fn get_accounting_spent(
3838
Ok(row.get("spent"))
3939
}
4040

41-
// TODO This is still WIP
42-
#[allow(dead_code)]
43-
async fn insert_accounting(
41+
pub async fn insert_accounting(
4442
pool: DbPool,
4543
channel: Channel,
4644
balances: Balances<CheckedState>,

0 commit comments

Comments
 (0)