remove unused var

This commit is contained in:
NCanggoro 2023-10-09 16:24:02 +07:00
parent 781e9cdb79
commit 68cc693e3f

View File

@ -85,7 +85,7 @@ function AddLocation() {
} }
try { try {
const res = await createLocationService(formData) await createLocationService(formData)
alert("Location Added") alert("Location Added")
} catch(error) { } catch(error) {