Skip to content

Commit

Permalink
Update get-priority-vulnerabilities.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed Aug 15, 2024
1 parent eb434fe commit 65341be
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ module.exports = {
description: 'Returns information about priority CVEs.',
extendedDescription: 'This code was previously in the view action for the dashboard page, but was moved to a separate action to reduce inital page laoding time.',


inputs: {

},


exits: {

success: {
outputType: [{}],
},
},


fn: async function (inputs) {
fn: async function () {
// ┌─┐┌─┐┌┬┐ ┌─┐┬─┐┬┌─┐┬─┐┬┌┬┐┬ ┬ ┌─┐┬ ┬┌─┐ ┌─┐┬─┐┌─┐┌─┐┬─┐┌─┐┌─┐┌─┐
// │ ┬├┤ │ ├─┘├┬┘││ │├┬┘│ │ └┬┘ │ └┐┌┘├┤ ├─┘├┬┘│ ││ ┬├┬┘├┤ └─┐└─┐
// └─┘└─┘ ┴ ┴ ┴└─┴└─┘┴└─┴ ┴ ┴ └─┘ └┘ └─┘ ┴ ┴└─└─┘└─┘┴└─└─┘└─┘└─┘
Expand Down

0 comments on commit 65341be

Please sign in to comment.