Skip to content

Commit

Permalink
Fix debug spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Sep 4, 2024
1 parent 4211f96 commit ec55298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/experts/assistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ class Assistant {
if (error.status !== 404) throw error;
}
if (!assistant) return;
debug(`💁‍♂️ Found by id ${this.nameOrID}assistant ${this.id}`);
debug(`💁‍♂️ Found by id ${this.nameOrID} assistant ${this.id}`);
await this.#update(assistant);
return assistant;
}
Expand Down

0 comments on commit ec55298

Please sign in to comment.