소스 검색

Fixes lint warning

main
Eric Amodio 2 년 전
부모
커밋
5fe97d1dd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/plus/subscription/subscriptionService.ts

+ 1
- 1
src/plus/subscription/subscriptionService.ts 파일 보기

@ -46,7 +46,7 @@ import { createFromDateDelta } from '../../system/date';
import { gate } from '../../system/decorators/gate';
import { debug, getLogScope, log } from '../../system/decorators/log';
import { memoize } from '../../system/decorators/memoize';
import { once, wait } from '../../system/function';
import { once } from '../../system/function';
import { pluralize } from '../../system/string';
import { openWalkthrough } from '../../system/utils';
import { satisfies } from '../../system/version';

불러오는 중...
취소
저장