fix(quark): upload commit bind resp

This commit is contained in:
Noah Hsu
2022-09-06 19:36:58 +08:00
parent f127c959a1
commit e07654299b
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@ type Addition struct {
}
var config = driver.Config{
Name: "Quark",
Name: "Quark",
OnlyProxy: true,
}
func New() driver.Driver {