mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed linter error
refs 0cc147ae2d
- labs import was left in the members serializer after removing it's usage
This commit is contained in:
parent
0cc147ae2d
commit
6b0bffac9a
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
//@ts-check
|
||||
const debug = require('@tryghost/debug')('api:canary:utils:serializers:output:members');
|
||||
const {unparse} = require('@tryghost/members-csv');
|
||||
const labs = require('../../../../../../shared/labs');
|
||||
|
||||
module.exports = {
|
||||
hasActiveStripeSubscriptions: createSerializer('hasActiveStripeSubscriptions', passthrough),
|
||||
|
|
Loading…
Add table
Reference in a new issue