Fix 0x0 logger

This commit is contained in:
dada513 2022-06-21 12:09:21 +02:00
parent 9cb629f308
commit 2ea752d039
No known key found for this signature in database
GPG key ID: 403448C14FA4B33E

View file

@ -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);