You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (params.device_type != nullptr) { // check for device_type correctness only if provided, skip checks otherwise
67
+
if (params.device_type != nullptr && !((std::string)params.device_type).empty()) { // check for device_type correctness only if provided, skip checks otherwise
0 commit comments