Skip to content

Commit

Permalink
feat(workweek): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koekiebox committed Sep 6, 2024
1 parent aacfdf6 commit cad7474
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/backend/src/graphql/resolvers/liquidity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,9 @@ export const depositOutgoingPaymentLiquidity: MutationResolvers<ApolloContext>['
args,
ctx
): Promise<ResolversTypes['LiquidityMutationResponse']> => {

const telemetry = Config.enableTelemetry ? await ctx.container.use('telemetry') : undefined
const telemetry = Config.enableTelemetry
? await ctx.container.use('telemetry')
: undefined
const stopTimer = telemetry?.startTimer('depositOutgoingPaymentLiquidity', {
callName: 'depositOutgoingPaymentLiquidity'
})
Expand Down

0 comments on commit cad7474

Please sign in to comment.