Skip to content

Commit

Permalink
Merge branch 'buerokratt:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jannostern authored Jun 11, 2024
2 parents 170ac5f + c010a18 commit 193ee43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RELEASE=PRE-ALPHA-test
VERSION=2
BUILD=1
FIX=1
FIX=3

2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function getUuid() {
);
}

export function lookup(configurationArray, key) {
export function lookupConfigs(configurationArray, key) {
for (const element of configurationArray) {
if (element.key === key) {
return element.value;
Expand Down

0 comments on commit 193ee43

Please sign in to comment.