Skip to content

Commit

Permalink
fix merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Dec 13, 2019
1 parent 2a212a2 commit c5a20b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { of, BehaviorSubject } from 'rxjs';
import { ILicense } from '../../../licensing/server';
import { ILicense } from '../../../licensing/public';
import { SecurityLicenseService } from './license_service';

function getMockRawLicense({ isAvailable = false } = {}) {
Expand Down

0 comments on commit c5a20b8

Please sign in to comment.