Skip to content

Commit

Permalink
Merge branch 'main' into renovate/tokio-prost-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Sep 22, 2024
2 parents 91023e1 + 955bf9c commit 91e4234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/discord.yml

This file was deleted.

3 changes: 1 addition & 2 deletions tailcall-tracker/src/event.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};
use strum::IntoStaticStr;

#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Event {
Expand All @@ -17,7 +16,7 @@ pub struct Event {
pub version: String,
}

#[derive(Clone, IntoStaticStr)]
#[derive(Clone)]
pub enum EventKind {
Ping,
Command(String),
Expand Down

0 comments on commit 91e4234

Please sign in to comment.