Skip to content

Commit

Permalink
Merge branch 'main' into 25-tests-in-github
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell authored Jan 24, 2024
2 parents 76f1c61 + 20e6340 commit d84cdc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 22 deletions.
18 changes: 0 additions & 18 deletions dist/index.js

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cht-user-management",
"version": "1.0.3",
"version": "1.0.5",
"main": "dist/index.js",
"dependencies": {
"@fastify/autoload": "^5.8.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"lint": "npx eslint --color --cache .",
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
"publish": "node dist/publish.js"
"publish": "node scripts/publish.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/routes/add-place.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export default async function addPlace(fastify: FastifyInstance) {
logo: Config.getLogoBase64(),
hierarchy: Config.getHierarchyWithReplacement(place.type, 'desc'),
place,
session: req.chtSession,
contactType: place.type,
contactTypes: Config.contactTypes(),
backend: `/place/edit/${id}`,
Expand Down

0 comments on commit d84cdc2

Please sign in to comment.