Fix 0x0 logger
This commit is contained in:
parent
9cb629f308
commit
2ea752d039
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const reg = /https:\/\/0x0.st\/\w*/;
|
||||
const reg = /https:\/\/0x0.st\/\w*.\w*/;
|
||||
|
||||
export async function read0x0(s: string): Promise<null | string> {
|
||||
const r = s.match(reg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue