Browse Source

Merge pull request #1298 from amougel/feature/ee_support

add support for ee
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
2683924359
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/helpers/devices/getDeviceInfo.js

1
src/helpers/devices/getDeviceInfo.js

@ -22,6 +22,7 @@ const PROVIDERS = {
das: 2,
club: 3,
shitcoins: 4,
ee: 5,
}
export default async (transport: Transport<*>): Promise<DeviceInfo> => {

Loading…
Cancel
Save