Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
tslint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobueno committed Nov 30, 2017
1 parent 6b4a4e4 commit b8b3d72
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion cloud/datasync/src/options/SyncDatasetOptions.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/datasync-cloud
*/


import { CollisionHandler, HashFunction } from './SyncGlobalOptions';
/**
* Options used to initialize single dataset
Expand Down
1 change: 0 additions & 1 deletion cloud/filestore/src/impl/S3Storage.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/filestore
*/


import { getLogger } from '@raincatcher/logger';
import * as Promise from 'bluebird';
import * as mongo from 'mongodb';
Expand Down
1 change: 0 additions & 1 deletion cloud/filestore/src/index.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/filestore
*/


export * from './FileRoutes';

export * from './file-api/FileStorage';
Expand Down
1 change: 0 additions & 1 deletion cloud/passportauth/src/auth/DefaultStrategies.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/auth-passport
*/


import { UserRepository } from '../user/UserRepository';
import { UserService } from '../user/UserService';

Expand Down
1 change: 0 additions & 1 deletion cloud/passportauth/src/user/UserService.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/auth-passport
*/


/**
* User service interface that defines a set of requirements (methods) for mapping particular fields from the
* user object returned from the repository.
Expand Down
1 change: 0 additions & 1 deletion cloud/wfm-rest-api/src/ApiConfig.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/wfm-rest-api
*/


/**
* Module configuration interface
* Holds all values that can be changed to modify module behavior
Expand Down
1 change: 0 additions & 1 deletion cloud/wfm-rest-api/src/WfmRestApi.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/wfm-rest-api
*/


import { getLogger } from '@raincatcher/logger';
import { WorkFlow, WorkOrder } from '@raincatcher/wfm';
import * as Promise from 'bluebird';
Expand Down
1 change: 0 additions & 1 deletion cloud/wfm-rest-api/src/data-api/ApiError.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/wfm-rest-api
*/


/**
* Interface used to construct standardized response for api error handlers.
*/
Expand Down
1 change: 0 additions & 1 deletion cloud/wfm-rest-api/src/data-api/MongoPaginationEngine.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/wfm-rest-api
*/


import * as Promise from 'bluebird';
import { Cursor } from 'mongodb';
import { DIRECTION, SortedPageRequest } from '../data-api/PageRequest';
Expand Down
1 change: 0 additions & 1 deletion cloud/wfm-rest-api/src/impl/ErrorCodes.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/wfm-rest-api
*/


export const CLIENT_ERROR = 'CLIENT_ARGUMENT_ERROR';
export const MISSING_ID = 'MISSING_ID';
export const DB_ERROR = 'DB_ERROR';
1 change: 0 additions & 1 deletion cloud/wfm-user/src/datasources/UsersRepository.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/wfm-user
*/


import * as Bluebird from 'bluebird';
import { User } from './User';

Expand Down
1 change: 0 additions & 1 deletion demo/server/src/modules/session/RedisSession.ts
Expand Up @@ -2,7 +2,6 @@
* @module @raincatcher/demo-server
*/


import * as connectRedis from 'connect-redis';
import * as session from 'express-session';
import appConfig from '../../util/Config';
Expand Down

0 comments on commit b8b3d72

Please sign in to comment.