Skip to content

Commit

Permalink
fix(QueryBuilder): Set initial object literal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawphs committed Oct 14, 2016
1 parent d70b516 commit 92f8758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class QueryBuilder<T> {
/**
* @type {{}]
*/
private appliedPrimaryKeys: {[key: string]: string};
private appliedPrimaryKeys: {[key: string]: string} = {};

/**
* @type {Array}
Expand Down

0 comments on commit 92f8758

Please sign in to comment.