Fix Transcription Settings Typo

Christopher Vollick created

We were setting in one property but reading from another very similar
property...

Change summary

lib/bwmsgsv2_repo.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

lib/bwmsgsv2_repo.rb 🔗

@@ -94,7 +94,7 @@ protected
 				("catapult_fwd-#{tel}" if tel)
 			].compact),
 			@redis.getbit(
-				"catapult_setting_flags-#{from_jid}", VOICEMAIL_TRANSCRIPTION_DISABLED
+				"catapult_settings_flags-#{from_jid}", VOICEMAIL_TRANSCRIPTION_DISABLED
 			).then { |x| x == 1 }
 		])
 	end