Skip to content

[node-cache] mget return type buggy #1601

@The-LukeZ

Description

@The-LukeZ

Describe the bug

When a NodeCache instance is typed the return type is Record<string, unknown> instead of my specified type.

Image

My assumption is that the generics on the functions were forgotton to remove when writing this in TS - the <T> is already on the class so its not needed on the function.

Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions