Skip to content

Commit

Permalink
moved vatusa solo delete to api
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Aug 15, 2024
1 parent b5d9ed4 commit 542ea21
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/views/instructor/solocerts/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,7 @@ export default {
const {data} = await zabApi.post('/training/solodelete/'+cid, {
position: position
});
if (position.slice(-3)==='APP' || position.slice(-3)==='CTR')
{
await vatusaApiAuth.delete('/solo?cid='+cid+'&position='+position);
/*,
{
cid: cid,
position: position
});*/
}
this.toastSuccess('Solo Certification deleted');
this.certs = [];
Expand Down

0 comments on commit 542ea21

Please sign in to comment.