Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ios/Flutter/Debug.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
#include "Generated.xcconfig"
1 change: 1 addition & 0 deletions ios/Flutter/Release.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
#include "Generated.xcconfig"
2 changes: 1 addition & 1 deletion lib/utils/session_logic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ String serializeSessions(List<Map<String, String>> sessions) {
}

/// Adds a new session to the existing TTL content.
/// If currentContent is null or empty, initializes with prefixes.
/// If currentContent is null or empty, initialises with prefixes.
/// Returns the updated TTL content string.
String addSession(String? currentContent, Map<String, dynamic> newSession) {
List<Map<String, String>> sessions = parseSessions(currentContent);
Expand Down
Loading
Loading