mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 16:10:59 -07:00
Fix bug
This commit is contained in:
parent
7f7308190f
commit
896b0596a0
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
fetchContext() {
|
fetchConversation() {
|
||||||
this.conversationFetching = true;
|
this.conversationFetching = true;
|
||||||
|
|
||||||
// Fetch conversation
|
// Fetch conversation
|
||||||
|
|
Loading…
Reference in a new issue