chore: rename project to clawdbot
This commit is contained in:
@@ -95,7 +95,7 @@ describe("sessions", () => {
|
||||
});
|
||||
|
||||
it("updateLastRoute persists channel and target", async () => {
|
||||
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdis-sessions-"));
|
||||
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-sessions-"));
|
||||
const storePath = path.join(dir, "sessions.json");
|
||||
await fs.writeFile(
|
||||
storePath,
|
||||
|
||||
Reference in New Issue
Block a user