Skip to content

fix(log-type-inner-queries): apply snake_case#1166

Merged
nunomaduro merged 2 commits intomasterfrom
fix/log-type-inner-queries
Jun 9, 2020
Merged

fix(log-type-inner-queries): apply snake_case#1166
nunomaduro merged 2 commits intomasterfrom
fix/log-type-inner-queries

Conversation

@nunomaduro
Copy link
Copy Markdown

@nunomaduro nunomaduro commented Jun 9, 2020

Hey @Ant-hem , can you confirm that the type is now correct? Including what is optional or not:

  inner_queries: Array<{
    index_name: string; // required
    query_id?: string; // optional
    offset?: number; // optional
    user_token?: string; // optional
  }>;

@nunomaduro nunomaduro requested review from Ant-hem and aseure June 9, 2020 13:01
@nunomaduro nunomaduro self-assigned this Jun 9, 2020
/**
* The user token of the query.
*/
readonly userToken: string;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

userToken is optional

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

You mean user_token right?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Fixed, can you validate the pull request please?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes, user_token sorry.

Copy link
Copy Markdown
Member

@Ant-hem Ant-hem left a comment

Choose a reason for hiding this comment

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

Sweet, thanks.

@nunomaduro nunomaduro merged commit 648b06f into master Jun 9, 2020
@nunomaduro nunomaduro deleted the fix/log-type-inner-queries branch June 9, 2020 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants