Skip to content

Commit

Permalink
Update packages/jellyfish-api-core/src/category/account.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
siradji and fuxingloh authored May 24, 2021
1 parent 56fcb74 commit 689817d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jellyfish-api-core/src/category/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ApiClient } from '../.'
* - 'mine' to list history for all owned accounts or
* - 'all' to list the whole DB
*/
enum OwnerType {
export enum OwnerType {
MINE = 'mine',
ALL = 'all'
}
Expand Down

0 comments on commit 689817d

Please sign in to comment.