Skip to content

Commit

Permalink
Update hooks/useChatSocket.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Adam J. Arling <[email protected]>
  • Loading branch information
mathewjordan and adamjarling authored Mar 8, 2024
1 parent bb203ea commit a3322d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/useChatSocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const useChatSocket = () => {
const [authToken, setAuthToken] = useState<string | null>(null);

useEffect(() => {
console.log(DCAPI_CHAT_ENDPOINT);
axios({
method: "GET",
url: DCAPI_CHAT_ENDPOINT,
Expand Down

0 comments on commit a3322d0

Please sign in to comment.