Skip to content

Commit aaf837d

Browse files
committed
tts no need plus
1 parent e8799c8 commit aaf837d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

handlers.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ func tts(c *gin.Context) {
244244
}
245245

246246
account, secret := getSecret()
247-
if account == "" || secret.PUID == "" {
248-
c.JSON(500, gin.H{"error": "Plus user only"})
249-
return
250-
}
251247
var proxy_url string
252248
if len(proxies) == 0 {
253249
proxy_url = ""

0 commit comments

Comments
 (0)