diff --git a/src/vector/platform/WebPlatform.js b/src/vector/platform/WebPlatform.js index 8a57a62ced..563b01cdb2 100644 --- a/src/vector/platform/WebPlatform.js +++ b/src/vector/platform/WebPlatform.js @@ -117,7 +117,6 @@ export default class WebPlatform extends BasePlatform { action: 'new_version', currentVersion: this.runningVersion, newVersion: ver, - releaseNotes: "Theses are some release notes innit\n * Do a thing\n * Do some more things", }); } }, (err) => {