Skip to content

Conversation

@rolandKoczan
Copy link
Contributor

Trigger message is sent and received by the repository worker. User and repository data is stored in DB. For now the message stops here.

@rolandKoczan rolandKoczan self-assigned this Oct 29, 2020
const onRepository = async (message) => {
// env = org/repo_name
// 1 repository
const { search: { edges } } = await searchRepositories({ queryString: message, first: 1 });

Choose a reason for hiding this comment

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

What if the response is null?

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.

3 participants