Skip to content

Commit

Permalink
Fix compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Sep 15, 2024
1 parent 01783da commit 7641ff2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/query/queryClient.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// This source file is part of the Stanford Biodesign Digital Health ENGAGE-HF open-source project
//
// SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
//
// SPDX-License-Identifier: MIT
//
import { QueryClient } from '@tanstack/react-query'

Check warning on line 8 in modules/query/queryClient.ts

View check run for this annotation

Codecov / codecov/patch

modules/query/queryClient.ts#L8

Added line #L8 was not covered by tests

export const queryClient = new QueryClient({
Expand Down

0 comments on commit 7641ff2

Please sign in to comment.