Skip to content

Commit a1fec62

Browse files
committed
fix: 🐛 removed deliberately inserted error for debugging
That should never have been pushed!
1 parent 53058ba commit a1fec62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/perseus-actix-web/src/initial_load.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub async fn initial_load<C: ConfigManager, T: TranslationsManager>(
106106
};
107107
// Create a translator here, we'll use it twice
108108
let translator_raw = translations_manager
109-
.get_translator_for_locale("locale".to_string())
109+
.get_translator_for_locale(locale.to_string())
110110
.await;
111111
let translator_raw = match translator_raw {
112112
Ok(translator_raw) => translator_raw,

0 commit comments

Comments
 (0)