This commit is contained in:
Louis Lam
2023-12-21 20:47:47 +08:00
parent 5056df2644
commit 37f261480a
8 changed files with 57 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
import { BeanModel } from "redbean-node/dist/bean-model";
import { R } from "redbean-node";
import { LooseObject } from "../../common/util-common";
import User from "./user";
export class Agent extends BeanModel {
@@ -23,7 +22,6 @@ export class Agent extends BeanModel {
return {
url: this.url,
username: this.username,
password: this.password,
endpoint: this.endpoint,
};
}