Skip to content

Commit

Permalink
chore: restore 2 files to originals
Browse files Browse the repository at this point in the history
restore 2 files to originals
  • Loading branch information
emonddr committed Apr 28, 2019
1 parent fba5ca9 commit 45f1fd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

import {inject, Provider, ValueOrPromise} from '@loopback/context';
import {Application} from '@loopback/core';
import {anOpenApiSpec} from '@loopback/openapi-spec-builder';
import {api, get} from '@loopback/openapi-v3';
import {
RestBindings,
ParseParams,
FindRoute,
InvokeMethod,
ParseParams,
Reject,
RequestContext,
RestBindings,
RestComponent,
RestServer,
Send,
Reject,
SequenceHandler,
RestServer,
RestComponent,
RequestContext,
} from '@loopback/rest';
import {api, get} from '@loopback/openapi-v3';
import {Client, createClientForHandler} from '@loopback/testlab';
import {Strategy} from 'passport';
import {BasicStrategy} from 'passport-http';
import {anOpenApiSpec} from '@loopback/openapi-spec-builder';
import {inject, Provider, ValueOrPromise} from '@loopback/context';
import {
authenticate,
AuthenticateFn,
UserProfile,
AuthenticationBindings,
AuthenticationComponent,
AuthenticateFn,
AuthenticationMetadata,
UserProfile,
AuthenticationComponent,
} from '../..';
import {Strategy} from 'passport';
import {BasicStrategy} from 'passport-http';

const SequenceActions = RestBindings.SequenceActions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

import {Getter, inject, Provider, Setter} from '@loopback/context';
import {Getter, Provider, Setter, inject} from '@loopback/context';
import {Request} from '@loopback/rest';
import {Strategy} from 'passport';
import {AuthenticationBindings} from '../keys';
Expand Down

0 comments on commit 45f1fd4

Please sign in to comment.