Skip to content

Commit

Permalink
Merge pull request #149 from DNO-inc/feature#105
Browse files Browse the repository at this point in the history
Fix ping-pong function in comments
  • Loading branch information
yaroslavUsenko authored Dec 17, 2024
2 parents d25fea1 + 4d2a946 commit b00d4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/FullTicketInfo/hooks/useCommentsConnection.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react'

import { endpoints } from 'constants/index'
import { endpoints } from 'constants'
import { useAuth } from 'context/AuthContext/AuthContext'
import { getAccessToken } from 'functions/manipulateLocalStorage'
import { IAction } from '../components/FullTicketComments/components/Action/Action'
Expand Down

0 comments on commit b00d4a7

Please sign in to comment.