Fix JS props
All checks were successful
Publish JS SDK / docker (push) Successful in 11s

This commit is contained in:
Braydon 2024-09-09 19:33:20 -04:00
parent 6ddd31b03a
commit f791320b80
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{
"name": "usetether",
"version": "1.0.1",
"version": "1.0.2",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "An API designed to provide real-time access to a user's Discord data.",
"keywords": [

@ -3,7 +3,7 @@ import DiscordUser from "@/types/user";
import {useEffect, useState} from "react";
export const useTether = (
snowflake: number,
snowflake: bigint | string,
{endpoint, secure, realtime}: TetherConfig = {
endpoint: "usetether.rest",
secure: true,