Ver a proveniência

removed unwanted semicolon

master
kj1352 há 4 anos
ascendente
cometimento
1fd3110ee2
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/user-profile/profile-routes.ts

+ 1
- 1
src/user-profile/profile-routes.ts Ver ficheiro

@@ -64,7 +64,7 @@ userProfileRoutes.get('/deep-copy/', jwtAuthentication, async (request, response
});
} else {
allDeepCategories.push({
...allCategories[i];
...allCategories[i]
})
}
}


Carregando…
Cancelar
Guardar