The new version of script is using `privateShowHttpPrompt` instead of `showHttpPrompt`, but in `privateShowHttpPrompt` the following code is missing ``` if (!options) options = {}; ``` causing the following error ``` Uncaught (in promise) TypeError: Cannot read property 'force' of undefined at Function.<anonymous> (OneSignal.js:281) at EmailDeviceRecord.js:7 at Object.next (EmailDeviceRecord.js:7) at s (EmailDeviceRecord.js:7) ```