Skip to content

Commit 625b0b2

Browse files
committed
remove extra space
1 parent a58862a commit 625b0b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Frontend/src/stores/SagaDiagramStore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ export const useSagaDiagramStore = defineStore("SagaDiagramStore", () => {
202202
messageDataLoading.value = true;
203203
error.value = null;
204204

205-
206205
try {
207206
// Get all messages from changes array - both initiating and outgoing
208207
const messagesToFetch = history.changes.flatMap((change) => {

0 commit comments

Comments
 (0)