add back marlin/sailfish to releases.js

This commit is contained in:
Daniel Micay 2019-04-29 10:46:57 -04:00
parent 19d2fc7200
commit 9647224083

View File

@ -24,6 +24,12 @@ function deviceModel(device) {
if (device === "walleye") {
return "Pixel 2";
}
if (device === "marlin") {
return "Pixel XL";
}
if (device === "sailfish") {
return "Pixel";
}
return device;
}