26b13ed6d4
* fix(auth): adding user roles upon renewal of shared subscription * feat(auth): add procedure to fix roles on shared subscriptions
11 lines
317 B
JavaScript
11 lines
317 B
JavaScript
'use strict'
|
|
|
|
const path = require('path')
|
|
|
|
const pnp = require(path.normalize(path.resolve(__dirname, '../../..', '.pnp.cjs'))).setup()
|
|
|
|
const index = require(path.normalize(path.resolve(__dirname, '../dist/bin/fix_roles.js')))
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true })
|
|
|
|
exports.default = index
|