Skip to content

Commit 31ec1d4

Browse files
fix: improve comment
1 parent edfc275 commit 31ec1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/code-snippet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class CodeSnippet {
5454
// valiation for rpc
5555
JSON.stringify(state);
5656
} catch (error) {
57-
// only stateError and contributorInfo will be saved
57+
// save stateError and remove contributorInfo.context
5858
state = _.omit(state, ["contributorInfo.context"]);
5959
_.set(state, "stateError", true);
6060
}

0 commit comments

Comments
 (0)