diff --git a/src/validation.rs b/src/validation.rs index c1a478b..0fa14f4 100644 --- a/src/validation.rs +++ b/src/validation.rs @@ -135,7 +135,6 @@ impl Default for Validation { } } - /// Gets the current timestamp in the format JWT expect pub fn get_current_timestamp() -> u64 { let start = crosstime::now_utc();