Skip to content

Commit

Permalink
moved vatusa create solo to api
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Aug 15, 2024
1 parent 542ea21 commit 2e6457a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/views/instructor/solocerts/New.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,7 @@ export default {
cid: this.form.cid,
position: this.form.position,
expDate: this.$refs.expirationDate.value
});
if (this.form.position.slice(-3)==='APP' || this.form.position.slice(-3)==='CTR')
await vatusaApiAuth.post('/solo',
{
cid: this.form.cid,
position: this.form.position,
expDate: this.$refs.expirationDate.value
});
});
this.toastSuccess('Solo Certification issued');
Expand Down

0 comments on commit 2e6457a

Please sign in to comment.