Skip to content

Commit

Permalink
add server log
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 committed Sep 12, 2024
1 parent a382be5 commit e39f5f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ export async function getRunById({
params?: URLSearchParams
depositionId?: number
}): Promise<ApolloQueryResult<GetRunByIdQuery>> {
console.log('HELLO')
return client.query({
query: GET_RUN_BY_ID_QUERY,
variables: {
Expand Down

0 comments on commit e39f5f8

Please sign in to comment.