Skip to content

Commit

Permalink
Fix an oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Swenson committed Nov 8, 2023
1 parent ac1de28 commit f40f1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/malloy/src/lang/ast/query-properties/nest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export class NestReference
this.log('Cannot nest view from join');
return;
}
super.makeEntry(fs);
return super.makeEntry(fs);
}
throw this.internalError('Unexpected namespace for nest');
}
Expand Down

0 comments on commit f40f1ef

Please sign in to comment.