-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use custom match statement
- Loading branch information
1 parent
bd566d6
commit c89a0f6
Showing
4 changed files
with
56 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"id": "data-entry", | ||
"name": "Data Entry", | ||
"version": "7.0.0", | ||
"minAppVersion": "0.15.0", | ||
"description": "Create forms that save data simply; the data view of data entry", | ||
"author": "Wayne Van Son", | ||
"authorUrl": "https://github.com/waynevanson", | ||
"fundingUrl": { | ||
"GitHub Sponsors": "https://github.com/sponsors/waynevanson" | ||
}, | ||
"isDesktopOnly": false | ||
} | ||
"id": "data-entry", | ||
"name": "Data Entry", | ||
"version": "7.0.0", | ||
"minAppVersion": "0.15.0", | ||
"description": "Create forms that save data simply; the data view of data entry", | ||
"author": "Wayne Van Son", | ||
"authorUrl": "https://github.com/waynevanson", | ||
"fundingUrl": { | ||
"GitHub Sponsors": "https://github.com/sponsors/waynevanson" | ||
}, | ||
"isDesktopOnly": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters