u
Anirudh Oppiliappan x@icyphox.sh
Thu, 25 Jan 2024 20:54:42 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
database.go
→
database.go
@@ -1343,5 +1343,5 @@ }
func prepareStatementsx(dbx *sqlx.DB) { stmtGetMastoApp = preparetodiex(dbx, "select * from masto where clientid = ?") - stmtGetClientIDWithAuthToken = preparetodie(dbx, "select clientid from mastokens where authtoken = ?") + stmtGetClientIDWithAuthToken = preparetodiex(dbx, "select clientid from mastokens where authtoken = ?") }