You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi in class App.java line 35 ( boolean resultDelete = false;) it is not working instead of that line use this line (boolean resultDelete = inConn.deleteRecord(influxDBClient);) it will work
hi in class App.java line 35 ( boolean resultDelete = false;) it is not working instead of that line use this line (boolean resultDelete = inConn.deleteRecord(influxDBClient);) it will work
thanks.