Skip to content

Commit

Permalink
[native] fix(Linkwarden): Remove dispatch of REQUEST_NETWORK_PERMISSIONS
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 6, 2024
1 parent b082e20 commit 99825bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/store/native/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ export const actionsDefinition = {
return true
},
async [actions.TEST_LINKWARDEN_SERVER]({commit, dispatch, state}, {rootUrl, token}) {
await dispatch(actions.REQUEST_NETWORK_PERMISSIONS)
let res = await Http.request({
url: `${rootUrl}/api/v1/collections`,
method: 'GET',
Expand Down

0 comments on commit 99825bc

Please sign in to comment.