We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fede003 commit 94b0d3eCopy full SHA for 94b0d3e
apps/whattheduck/src/App.vue
@@ -97,8 +97,8 @@ const assignSocket = () => {
97
};
98
99
const updateBundle = async () => {
100
- const currentBundleVersion = (await CapacitorUpdater.current())?.bundle.version;
101
try {
+ const currentBundleVersion = (await CapacitorUpdater.current())?.bundle.version;
102
const bundle = await socket.value!.app.getBundleUrl({ version: currentBundleVersion });
103
console.info('Latest bundle', bundle);
104
if (Capacitor.isNativePlatform() && 'url' in bundle && bundle.url) {
0 commit comments