mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
style: fix preflight test rebase fallout
This commit is contained in:
@@ -191,7 +191,6 @@ function createHydratedGuildClient(restPayload: Record<string, unknown>) {
|
||||
rest: {
|
||||
get: restGet,
|
||||
},
|
||||
});
|
||||
}) as unknown as Parameters<typeof preflightDiscordMessage>[0]["client"];
|
||||
return { client, restGet };
|
||||
}
|
||||
|
||||
@@ -484,7 +484,6 @@ describe("preflightDiscordMessage", () => {
|
||||
rest: {
|
||||
get: restGet,
|
||||
},
|
||||
});
|
||||
}) as unknown as DiscordClient;
|
||||
|
||||
const result = await preflightDiscordMessage({
|
||||
|
||||
Reference in New Issue
Block a user