Skip to content

Commit 82cdd78

Browse files
committed
fix
1 parent 0d03bd2 commit 82cdd78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

staticfiles/static/js/map.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,8 @@ const app = Vue.createApp({
158158

159159
fetch('/api/message', {redirect: 'manual'})
160160
.then(resp => {
161-
<<<<<<< Updated upstream
162161
if (resp.ok) {
163162
return resp.json();
164-
=======
165-
if (!resp.ok) {
166-
return;
167-
>>>>>>> Stashed changes
168163
}
169164
})
170165
.then(d => vm.messages = d);

0 commit comments

Comments
 (0)