Skip to content

Commit

Permalink
fix(ActivityTab): Typo in try-catch
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored and backportbot-nextcloud[bot] committed Jan 16, 2024
1 parent b727144 commit 24422e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ActivityTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default {
},
)
return data.ocs.data
} catch (e) {
} catch (error) {
// Status 304 is not an error.
if (error.response !== undefined && error.response.status === 304) {
return []
Expand Down

0 comments on commit 24422e6

Please sign in to comment.