changed date format
This commit is contained in:
2
nodejs/hublib.d.ts
vendored
2
nodejs/hublib.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user