Skip to content

Commit

Permalink
fix: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen authored Feb 16, 2022
1 parent 5971b90 commit 443763d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/models/Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function getFeaturedTree(treeRepository: TreeRepository) {
// },
// { limit: 10, orderBy: { column: 'time_created', direction: 'desc' } },
//);
//
const trees: Array<Tree> = [];
// eslint-disable-next-line no-restricted-syntax
for (const id of [186737, 186735, 186736, 186734]) {
Expand Down

0 comments on commit 443763d

Please sign in to comment.