Skip to content

Commit

Permalink
Remove fn param
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 11, 2024
1 parent 904588f commit 383f94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
await this.fetchLogs()
},
methods: {
fetchLogs: async function(log) {
fetchLogs: async function() {
this.loading.logs = true;
const list = await std(`/api/marti/missions/${this.mission.name}/log`, {
method: 'GET',
Expand Down

0 comments on commit 383f94a

Please sign in to comment.