diff --git a/services/gateway/src/discord/shard_state.rs b/services/gateway/src/discord/shard_state.rs index a301f04b..1a4b57ef 100644 --- a/services/gateway/src/discord/shard_state.rs +++ b/services/gateway/src/discord/shard_state.rs @@ -42,7 +42,7 @@ impl ShardStateManager { async fn save_shard(&self, shard_id: u32, info: ShardState) -> anyhow::Result<()> { self.redis - .hset( + .hset::<(), &str, (String, Bytes)>( "pluralkit:shardstatus", ( shard_id.to_string(),