Skip to content

Commit

Permalink
Removed parse objects from dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed May 10, 2021
1 parent f60ada3 commit 08467f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/macos-big-sur-icons/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ export default {
// }
delete icon.DownloadCount
delete icon.user
delete icon.category
delete icon.type
// Parse.Cloud.run("approve", icon).then((result)=>{
Parse.Cloud.run("testJob", icon).then((result)=>{
console.log(result);
Expand Down

1 comment on commit 08467f8

@vercel
Copy link

@vercel vercel bot commented on 08467f8 May 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.