This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
anamnesis-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed unwanted semicolon
master
kj1352
4 years ago
parent
517a6cc701
commit
1fd3110ee2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/user-profile/profile-routes.ts
+ 1
- 1
src/user-profile/profile-routes.ts
View File
@@ -64,7 +64,7 @@ userProfileRoutes.get('/deep-copy/', jwtAuthentication, async (request, response
});
} else {
allDeepCategories.push({
...allCategories[i]
;
...allCategories[i]
})
}
}
Write
Preview
Loading…
Cancel
Save