mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 17:36:23 +00:00
Update connections.ts
This commit is contained in:
parent
4e865d4ada
commit
312037759a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
// This file is for types of the connection items
|
||||
|
||||
type ConnectionUrlLink = `${string & { __brand: "\\$\\{(?:id|name)\\}" }}`;
|
||||
type ConnectionUrlLink = /\$\{(?:id|name)\}/;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue