how to saving flow water meter reading into EEPROM

i change the code to
void water_daily(){
if (totalMilliLitres > 0)
{
eeprom_daily = totalMilliLitres /1000;

Serial.println ("water_daily");
EEPROM.put(13,eeprom_daily);

}

but same issue