Skip to content

Commit f2004de

Browse files
committed
feat: include app version in capacity check payload
1 parent 2adb1ee commit f2004de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/wardrive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,7 @@ async function checkCapacity(reason) {
11711171
key: MESHMAPPER_API_KEY,
11721172
public_key: state.devicePublicKey,
11731173
who: getDeviceIdentifier(),
1174+
ver: APP_VERSION,
11741175
reason: reason
11751176
};
11761177

0 commit comments

Comments
 (0)