Files
fn-serverless/api/models
Tom Coupland c4dcd96adb Adds key existence check to config equality (#1204)
The config equality test doesn't check that keys exist between config
maps. Meaning that when two maps, both with a single, yet differing
key, with the lefts value being "", the default string, are compared they are
considered equal.

This change uses the two value assignment version of the map get,
allowing it to test for key existence.
2018-09-12 07:27:32 +01:00
..
2018-01-12 11:38:28 -08:00
2018-07-05 12:56:07 -05:00