Skip to content

Commit

Permalink
Fix bug stub rolls in db when deleting cameras
Browse files Browse the repository at this point in the history
Co-authored-by: TheoThmn <[email protected]>
  • Loading branch information
ZieglerAaron and TheoThmn committed Jan 7, 2024
1 parent b9e3cae commit c3b7f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MyCamerasList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ async function insertRoll() {
}
async function deleteCamera(cameraId: number) {
removeRoll(cameraId)
const baseUrl = import.meta.env.VITE_BACKEND_BASE_URL
const endpoint = baseUrl + '/cameramodel/' + cameraId
console.log(endpoint)
Expand Down

0 comments on commit c3b7f02

Please sign in to comment.