Skip to content

Commit 7e12f2c

Browse files
committed
fixed conflict
1 parent ebdb46a commit 7e12f2c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/mainService.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ angular.module('app').service('mainService', function($http, $q, $sce) {
9696
this.getKataSolutions = (kataid) => {
9797
return $http({
9898
method: 'GET',
99-
<<<<<<< HEAD
100-
url: `/api/kata-random/` + kyu
101-
=======
10299
url: `/api/solutions/` + kataid
103-
>>>>>>> master
104100
});
105101
};
106102

0 commit comments

Comments
 (0)