Skip to content

Commit 28246e1

Browse files
committed
Correct action reference
1 parent 2536027 commit 28246e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/actions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import CalculateExpression from "~/actions/calculate-expression";
3030
import Dictionary from "~/actions/dictionary";
3131
import GetDictionary from "~/actions/get-dictionary";
3232
import GetDictionaryValue from "~/actions/get-dictionary-value";
33-
import setDictionaryValue from "~/actions/set-dictionary-value";
33+
import SetDictionaryValue from "~/actions/set-dictionary-value";
3434
import GetIpAddress from "~/actions/get-ip-address";
3535
import GetFileFromFolder from "~/actions/get-file-from-folder";
3636
import GetType from "~/actions/get-type";
@@ -85,7 +85,7 @@ export let actions: ActionDefinitions = {
8585
'dictionary': Dictionary,
8686
'detect.dictionary': GetDictionary,
8787
'getvalueforkey': GetDictionaryValue,
88-
'setvalueforkey': setDictionaryValue,
88+
'setvalueforkey': SetDictionaryValue,
8989
'getipaddress': GetIpAddress,
9090
'documentpicker.open': GetFileFromFolder,
9191
'getitemtype': GetType,

0 commit comments

Comments
 (0)