Skip to content

Commit

Permalink
Fix timestamp issue in db
Browse files Browse the repository at this point in the history
  • Loading branch information
Scriptbash committed Jan 14, 2024
1 parent 419f08a commit cf3a486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/services/database_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ class DatabaseHelper {
timestamp TEXT
)
''');
await db.insert(
'api_call_info', {'timestamp': DateTime.now().toIso8601String()});
},
);
}
Expand Down

0 comments on commit cf3a486

Please sign in to comment.