Skip to content

Commit

Permalink
fixed signature on table function on Horizon
Browse files Browse the repository at this point in the history
  • Loading branch information
beenotung committed Aug 14, 2016
1 parent 16d11a0 commit a3f86d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare namespace horizon {

call<A>(_this: Horizon, table: string): TableObject<A>;

<A> (): TableObject<A>;
<A> (name:string): TableObject<A>;

currentUser(): TableQuery<any>;

Expand Down

1 comment on commit a3f86d2

@beenotung
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @blakeembrey pointing out this 'buggy' code

Please sign in to comment.