fixed test cases

This commit is contained in:
Anirban Kar
2024-12-03 11:28:23 +05:30
parent 9d0066a449
commit fee629d8cd
4 changed files with 25 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ export class WorkbenchStore {
// TODO: what do we wanna do and how do we wanna recover from this?
}
addArtifact({ messageId, title, id,type }: ArtifactCallbackData) {
addArtifact({ messageId, title, id, type }: ArtifactCallbackData) {
const artifact = this.#getArtifact(messageId);
if (artifact) {