1
0
Fork 1
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:
Cooper 2024-12-15 13:16:13 -06:00 committed by GitHub
parent 4e865d4ada
commit 312037759a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
// This file is for types of the connection items
type ConnectionUrlLink = `${string & { __brand: "\\$\\{(?:id|name)\\}" }}`;
type ConnectionUrlLink = /\$\{(?:id|name)\}/;