Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Roukoswarf committed Oct 4, 2023
1 parent bb3c576 commit bfd0046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/service/service/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ func (c *Client) GetOutdatedUserIDs(ctx context.Context, t string, pagination *p
func (c *Client) BackfillSummaries(ctx context.Context, t string) (int, error) {
panic("Not Implemented!")
}

func (c *Client) GetMigratableUserIDs(ctx context.Context, t string, pagination *page.Pagination) ([]string, error) {
panic("Not Implemented!")
}

0 comments on commit bfd0046

Please sign in to comment.