Skip to content

Commit

Permalink
🐛 Fetch stats column from Airtable
Browse files Browse the repository at this point in the history
  • Loading branch information
malted committed Sep 5, 2024
1 parent 20992d5 commit 0c83eac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "replit-takeout"
version = "1.7.1"
version = "1.7.2"
edition = "2021"
authors = ["Ben Dixon <malted@malted.dev>"]

Expand Down
1 change: 1 addition & 0 deletions src/airtable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ pub async fn get_records() -> Result<Vec<Record<AirtableSyncedUser>>> {
"Finished At",
"Repl Count",
"File Count",
"Statistics",
],
)
.await?;
Expand Down

0 comments on commit 0c83eac

Please sign in to comment.