diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-08-30 13:43:40 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-30 13:43:40 +0000 |
| commit | e118a43c9ba1719be403d6e7a0f8c610319c144c (patch) | |
| tree | a4a8146e66335e81603c9788935173ff8f2db5c6 /src/main.rs | |
| parent | c11d902f7e37e5bbd5565bf7353e459c793ade52 (diff) | |
Use timestamp for `created_at` field
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 1614e6b..c288001 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,4 @@ mod config; -mod dates; mod db; mod errors; mod graphql; |
