Skip to content

Commit 4445190

Browse files
Add test comment to Serializer class
Co-authored-by: emir <[email protected]>
1 parent 4d1a9a3 commit 4445190

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/sim/serializer/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ function migrateAgentParamsToMessages(
146146
}
147147
}
148148

149+
/**
150+
* Test comment for the Serializer class
151+
*/
149152
export class Serializer {
150153
serializeWorkflow(
151154
blocks: Record<string, BlockState>,

0 commit comments

Comments
 (0)