Skip to content

Commit 1d1f70b

Browse files
committed
Update app.i
1 parent 484fc50 commit 1d1f70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/swig/app.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ static firebase::AppOptions* AppOptionsLoadFromJsonConfig(const char* config) {
898898
const string firebaseAIClassName = "Firebase.AI.FirebaseAI";
899899
// Iterate over the loaded assemblies, since we don't have a known DLL name.
900900
foreach (var assembly in System.AppDomain.CurrentDomain.GetAssemblies()) {
901-
Type foundType = assembly.GetType(firebaseAIClassName, throwOnError: false, ignoreCase: false);
901+
System.Type foundType = assembly.GetType(firebaseAIClassName, throwOnError: false, ignoreCase: false);
902902
if (foundType != null) {
903903
// Found the class, add the FirebaseAI heartbeat to the user agent.
904904
userAgentMap["fire-vertex"] = Firebase.VersionInfo.SdkVersion;

0 commit comments

Comments
 (0)