Skip to content

Commit

Permalink
fix: Rename timesTamp into timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Oct 16, 2024
1 parent d339468 commit af75ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ package com.infomaniak.multiplatform_swisstransfer.common.utils
internal object DateUtils {
private const val MILLIS_IN_DAY = 24 * 3600 * 1000

inline fun timesTampToDays(timestamp: Long) = timestamp / MILLIS_IN_DAY
inline fun timestampToDays(timestamp: Long) = timestamp / MILLIS_IN_DAY
}

0 comments on commit af75ff9

Please sign in to comment.