s
This commit is contained in:
@@ -33,7 +33,7 @@ class FinalClearanceDisplayState extends State<FinalClearanceDisplay> {
|
||||
late String altitude;
|
||||
late String squawk;
|
||||
late String frequency;
|
||||
final PocketBase pb = PocketBase('http://backend.degnedict.de'); // Initialize PocketBase
|
||||
final PocketBase pb = PocketBase('https://backend.degnedict.de'); // Initialize PocketBase
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
@@ -58,7 +58,6 @@ Future<void> _createPageViewRecord() async {
|
||||
'timestamp': currentTimeInMillis, // Save current timestamp as epoch time (milliseconds)
|
||||
});
|
||||
} catch (e) {
|
||||
print('Error creating record: $e');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user