Unverified Commit 0dea7bd2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

get_user_status_json_v1: fix dbris typo

parent 0bbaa763
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2067,7 +2067,7 @@ sub startup {
				comment => $status->{comment},
				comment => $status->{comment},
				backend => {
				backend => {
					id => $status->{backend_id},
					id => $status->{backend_id},
					type => $status->{ds_dbris} ? 'DBRIS'
					type => $status->{is_dbris} ? 'DBRIS'
					: $status->{is_hafas} ? 'HAFAS'
					: $status->{is_hafas} ? 'HAFAS'
					: 'IRIS-TTS',
					: 'IRIS-TTS',
					name => $status->{backend_name},
					name => $status->{backend_name},