Skip to content

Commit

Permalink
update testcalls
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Wouters authored and Stijn Verholen committed Oct 21, 2022
1 parent e488f80 commit 69958d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/TestCalls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ export default defineComponent({
},
call: (vars: any) => RepositoryFactory.get(LocationCheckRepository).updateLocationCheck(`checks/camp_location/${vars.checkID}`, [])
},
<<<<<<< HEAD
'addSearchedLocation': {
vars: {
checkID: '',
Expand All @@ -258,8 +257,6 @@ export default defineComponent({
},
call: (vars: any) => RepositoryFactory.get(LocationRepository).search(vars.query, vars.groupID)
},
=======
>>>>>>> update testcalls
'searchMembers': {
vars: {
query: '',
Expand Down

0 comments on commit 69958d9

Please sign in to comment.