File "resolvers.js"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/packages/data/src/patchstack/resolvers.js
File size: 238 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * Internal Dependencies
 */
import { dispatch } from '../controls';
import { STORE_NAME } from './constant';

export function* getPatchstackVulnerabilities() {
	yield dispatch( STORE_NAME, 'query', 'main', {
		per_page: 100,
	} );
}