Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into chore/convert-ts-a…
Browse files Browse the repository at this point in the history
…nd-create-endpoints
  • Loading branch information
ggazzo committed Jun 7, 2022
2 parents e2207ec + 440dfaa commit 3482cbe
Show file tree
Hide file tree
Showing 239 changed files with 4,745 additions and 3,060 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ yarn-error.log*
!.yarn/sdks
!.yarn/versions

.nvmrc
.nvmrc
.idea/
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ plugins:
spec: '@yarnpkg/plugin-typescript'

yarnPath: .yarn/releases/yarn-3.2.0.cjs
checksumBehavior: 'ignore'
4 changes: 2 additions & 2 deletions apps/meteor/app/api/server/v1/im.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ API.v1.addRoute(
sort: sortObj,
skip: offset,
limit: count,
...(fields && { fields }),
...(fields && { projection: fields }),
}).toArray();

return API.v1.success({
Expand Down Expand Up @@ -410,7 +410,7 @@ API.v1.addRoute(
sort: sort || { ts: -1 },
skip: offset,
limit: count,
fields,
projection: fields,
}).toArray();

if (!msgs) {
Expand Down
2 changes: 0 additions & 2 deletions apps/meteor/app/api/server/v1/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ import { SystemLogger } from '../../../../server/lib/logger/system';
* type: object
* tokenpass:
* type: object
* blockstack:
* type: object
* password:
* type: object
* properties:
Expand Down
53 changes: 0 additions & 53 deletions apps/meteor/app/blockstack/client/index.js

This file was deleted.

46 changes: 0 additions & 46 deletions apps/meteor/app/blockstack/client/routes.js

This file was deleted.

3 changes: 0 additions & 3 deletions apps/meteor/app/blockstack/server/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions apps/meteor/app/blockstack/server/logger.js

This file was deleted.

56 changes: 0 additions & 56 deletions apps/meteor/app/blockstack/server/loginHandler.js

This file was deleted.

31 changes: 0 additions & 31 deletions apps/meteor/app/blockstack/server/routes.js

This file was deleted.

70 changes: 0 additions & 70 deletions apps/meteor/app/blockstack/server/settings.js

This file was deleted.

63 changes: 0 additions & 63 deletions apps/meteor/app/blockstack/server/tokenHandler.js

This file was deleted.

Loading

0 comments on commit 3482cbe

Please sign in to comment.