fix hardcoded post_id

This commit is contained in:
Rafael dos Santos Silva 2023-10-20 18:10:45 -03:00
parent 1a6a3854c1
commit d7639bd9ec
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ export default class AIHelperOptionsMenu extends Component {
data: {
mode: option.value,
text: this.args.outletArgs.data.quoteState.buffer,
post_id: 419
post_id: this.args.outletArgs.data.quoteState.postId
}
});
} else {

View File

@ -151,4 +151,4 @@ CompletionPrompt.seed do |cp|
### Assistant:
TEXT
end
end