This commit is contained in:
jude 2024-04-20 22:14:49 +01:00
parent 1d06999e41
commit 9f5066f982
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2502,7 +2502,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "reminder-rs"
version = "1.7.13"
version = "1.7.14"
dependencies = [
"axum",
"base64 0.22.0",

View File

@ -1,6 +1,6 @@
[package]
name = "reminder-rs"
version = "1.7.13"
version = "1.7.14"
authors = ["Jude Southworth <judesouthworth@pm.me>"]
edition = "2021"
license = "AGPL-3.0 only"

View File

@ -10,7 +10,6 @@ import { useQuery } from "react-query";
import "./styles.scss";
import { useGuild } from "../App/useGuild";
import { DEFAULT_COLOR } from "./Embed";
import { useTimezone } from "../App/TimezoneProvider";
function defaultReminder(): Reminder {
return {