RSS Git Download  Clone
Raw Blame History 153B 7 lines
import checkLicense from '../../../lib/check-license.mjs'

export default async (options) => {
    options.save = true
    await checkLicense(options)
}