Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
paga16-hash committed Feb 1, 2024
1 parent 5d5b273 commit 3bb4ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/devices/UpdateDevicePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const resolutionFactory: ResolutionFactory = new ResolutionFactoryImpl()
const measures: ref<Measure[]> = ref([])
if(device.deviceId.type == DeviceType.SENSOR) {
if (device.deviceId.type == DeviceType.SENSOR) {
measures.value = (device as Sensor).measures
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const getSensorCodes = async () => {
const optionsContacts: ref<{ label: string; value: string }> = ref([])
const getContacts = async () => {
console.log("TOKEN")
console.log('TOKEN')
console.log(useUserStore().userId)
await RequestHelper.get(`http://${authHost}:${authPort}/users/${useUserStore().userId}`)
.then((res: any) => {
Expand Down

0 comments on commit 3bb4ea5

Please sign in to comment.