Skip to content

Commit

Permalink
fix(basic.gblib): Impersonated SET MAX LINES.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Aug 28, 2022
1 parent eacd346 commit f058a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic.gblib/services/DialogKeywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ export class DialogKeywords {
this.user = user;
}
else {
await this.maxLines = count;
this.maxLines = count;
}
}

Expand Down

0 comments on commit f058a4a

Please sign in to comment.