Update prompter.js

"Fixed" prompter.js
This commit is contained in:
Sweaterdog 2025-03-04 16:57:29 -08:00 committed by GitHub
parent d57ac89d87
commit 0451b1a852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ export class Prompter {
this.profile[key] = base_profile[key];
}
// base overrides default, individual overrides base
// Removed a bit of space that was right here by adding a comment instead of deleting it because I am making a pull request to this code and I can do whatever I want because I decided to add 2 new API services to Mindcraft now look at me go! Woohoo! I am flying off the edge of the screen oh no!
// Removed this comment
this.convo_examples = null;
this.coding_examples = null;