mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-01 12:29:10 +00:00
style: clarify function scope
This commit is contained in:
committed by
Carlos Valente
parent
abcee741e2
commit
d71df886f2
@@ -6,7 +6,7 @@ import { APP_SETTINGS } from '../api/constants';
|
|||||||
import { ontimeQueryClient } from '../queryClient';
|
import { ontimeQueryClient } from '../queryClient';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns current time in milliseconds
|
* Returns current time in milliseconds from midnight
|
||||||
* @returns {number}
|
* @returns {number}
|
||||||
*/
|
*/
|
||||||
export function nowInMillis(): number {
|
export function nowInMillis(): number {
|
||||||
|
|||||||
Reference in New Issue
Block a user