Skip to content

Commit

Permalink
DyFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moizarafat committed Jun 2, 2020
1 parent 9ac355f commit ddd2453
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public AsyncQueryDAO buildAsyncQueryDAO(Elide elide) {
.withEntityDictionary(elide.getElideSettings().getDictionary())
.withISO8601Dates("yyyy-MM-dd'T'HH:mm'Z'", TimeZone.getTimeZone("UTC"))
.build();
return new DefaultAsyncQueryDAO(elide, elide.getDataStore());
Elide asyncElide = new Elide(asyncElideSettings);
return new DefaultAsyncQueryDAO(asyncElide, asyncElide.getDataStore());
}
}

0 comments on commit ddd2453

Please sign in to comment.