Skip to content

Commit

Permalink
fix(iOS): build
Browse files Browse the repository at this point in the history
  • Loading branch information
XMLHexagram committed Jan 2, 2025
1 parent d32aec9 commit 901bdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func initAudioSession() {
try audio_session.setActive(true);
} catch {
// This is a fatal error because the audio session is required for the app to work
fatalError(error);
fatalError("\(error)");
}
}

Expand Down

0 comments on commit 901bdc6

Please sign in to comment.