mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: fix missing type (#10882)
This commit is contained in:
@@ -67,7 +67,7 @@ export abstract class BaseRedisBroker<
|
||||
/**
|
||||
* Used for Redis queues, see the 3rd argument taken by {@link https://redis.io/commands/xadd | xadd}
|
||||
*/
|
||||
public static readonly STREAM_DATA_KEY = 'data';
|
||||
public static readonly STREAM_DATA_KEY = 'data' as const;
|
||||
|
||||
/**
|
||||
* Options this broker is using
|
||||
|
||||
Reference in New Issue
Block a user