Skip to content

Commit

Permalink
category hardware -> offline
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Feb 22, 2018
1 parent 7bdd2ac commit f57e905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry_offline.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ if (shouldQuit) {
request.setHeader('content-type', 'application/json; charset=utf-8');
request.write(
JSON.stringify({
category: 'hardware',
category: 'offline',
version: app.getVersion(),
})
);
Expand Down

0 comments on commit f57e905

Please sign in to comment.