ctbucha
Results
2
issues of
ctbucha
Graph.edges/2 only returns a single direction of edges from one vertex `:a` to another vertex `:b` instead of both directions from the vertex `:a` to the other vertex `:b`. ```...
The "expiration" field in the `policy` object of the `writePolicy` function concats a "1" to the month instead of adding. The fix would be to put `dateExp.getUTCMonth() + 1` inside...