mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
chore(lint): enable no-useless-assignment
This commit is contained in:
@@ -725,7 +725,7 @@ export const listCredentialSets = internalQuery({
|
||||
);
|
||||
}
|
||||
|
||||
let rows: CredentialSetRecord[] = [];
|
||||
let rows: CredentialSetRecord[];
|
||||
const kind = args.kind?.trim();
|
||||
if (kind) {
|
||||
if (normalizedStatus === "all") {
|
||||
|
||||
Reference in New Issue
Block a user