Skip to content

Commit

Permalink
Remove code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
farskid committed Jan 12, 2024
1 parent 4641ffc commit 302bfcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion new-packages/ts-project/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export function extractState(
if (ts.isPropertyAssignment(prop)) {
const key = getPropertyKey(ctx, ts, prop);

/* state.states */
if (key === 'states' && ts.isObjectLiteralExpression(prop.initializer)) {
for (const state of prop.initializer.properties) {
if (ts.isPropertyAssignment(state)) {
Expand Down

0 comments on commit 302bfcb

Please sign in to comment.