changed date format

This commit is contained in:
2025-05-28 16:06:56 +03:00
parent ab47e74b58
commit d585219aa3
4 changed files with 16 additions and 14 deletions

2
nodejs/hublib.d.ts vendored
View File

@@ -1,3 +1,3 @@
/* tslint:disable */
/* eslint-disable */
export function get_secret_value(given_time: bigint, user_agent: string, url: string): string;
export function get_secret_value(http_time: string, user_agent: string, url: string): string;