Skip to content
Snippets Groups Projects
Commit ae4121ba authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix(API): always use actual id property type references

Using the ID type makes type errors more likely because we accept a
wider range of types as arguments for API operations than we actually
support on a logic level, i.e. when using maps because

	Map<ID, T>.get('1') !== Map<ID,T>.get(1)
parent 49da3b3d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment