fix: removed old API Key leak (this adi key won't work anymore)

Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
SoXX 2023-10-19 15:01:03 +02:00
parent f8855eb266
commit 555f38f45b

View File

@ -10,8 +10,8 @@ import (
func main() {
requestContext := model.RequestContext{
Host: "https://e621.net",
UserAgent: "Go-e621-SDK (selloo)",
Username: "selloo",
UserAgent: "Go-e621-SDK (@username)",
Username: "",
APIKey: "",
}