0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed usage of nullish coalescing in dashboard mocking

This commit is contained in:
Simon Backx 2022-05-18 10:51:33 +02:00
parent 89f089e439
commit 4f52acd433

View file

@ -40,8 +40,8 @@ import {tracked} from '@glimmer/tracking';
/**
* @typedef PaidMembersByCadence
* @type {Object}
* @property {number} annual Paid memebrs on annual plan
* @property {number} monthly Paid memebrs on monthly plan
* @property {number} year Paid memebrs on annual plan
* @property {number} month Paid memebrs on monthly plan
*/
/**