You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: [#65422] support expired kle numbers in the service api
If we are to return a single class validity, how could it possibly work
to read the class from -infinity to infinity? Well, it seems like
`get_one_class` uses `[0]` and `last()` all over the place, so it
works† regardless.
†: assuming your definition of "works" is compatible with "returns
some data without error".
0 commit comments