Skip to content

Commit 69958d9

Browse files
Jeroen WoutersStijn Verholen
Jeroen Wouters
authored and
Stijn Verholen
committed
update testcalls
1 parent e488f80 commit 69958d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/views/TestCalls.vue

-3
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ export default defineComponent({
237237
},
238238
call: (vars: any) => RepositoryFactory.get(LocationCheckRepository).updateLocationCheck(`checks/camp_location/${vars.checkID}`, [])
239239
},
240-
<<<<<<< HEAD
241240
'addSearchedLocation': {
242241
vars: {
243242
checkID: '',
@@ -258,8 +257,6 @@ export default defineComponent({
258257
},
259258
call: (vars: any) => RepositoryFactory.get(LocationRepository).search(vars.query, vars.groupID)
260259
},
261-
=======
262-
>>>>>>> update testcalls
263260
'searchMembers': {
264261
vars: {
265262
query: '',

0 commit comments

Comments
 (0)