1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-05 20:53:12 +00:00

Merge branch 'filter-keys-fix' into 'dev'

Added missing export

See merge request turris/reforis/foris-js!11
This commit is contained in:
Maciej Lenartowicz 2019-09-30 08:04:05 +00:00
commit 1708f026a4

View File

@ -40,7 +40,7 @@ export { WebSockets } from "webSockets/WebSockets";
// Utils
export { Portal } from "utils/Portal";
export { undefinedIfEmpty, withoutUndefinedKeys } from "utils/objectHelpers";
export { undefinedIfEmpty, withoutUndefinedKeys, onlySpecifiedKeys } from "utils/objectHelpers";
// Foris URL
export { ForisURLs, REFORIS_URL_PREFIX } from "forisUrls";