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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/helpers/devices/getDeviceInfo.js
|
@ -22,6 +22,7 @@ const PROVIDERS = { |
|
|
das: 2, |
|
|
das: 2, |
|
|
club: 3, |
|
|
club: 3, |
|
|
shitcoins: 4, |
|
|
shitcoins: 4, |
|
|
|
|
|
ee: 5, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export default async (transport: Transport<*>): Promise<DeviceInfo> => { |
|
|
export default async (transport: Transport<*>): Promise<DeviceInfo> => { |
|
|