fix build run
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Successful in 12s
Build and push Doorman UI / API / diff (push) Successful in 12s
Build and push image for doorman-homeassistant / docker (push) Successful in 50s
Build and push Doorman UI / API / twilio (push) Has been cancelled
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 5s
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Successful in 12s
Build and push Doorman UI / API / diff (push) Successful in 12s
Build and push image for doorman-homeassistant / docker (push) Successful in 50s
Build and push Doorman UI / API / twilio (push) Has been cancelled
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 5s
This commit is contained in:
parent
3d7f30a574
commit
58de01deaf
@ -10,7 +10,7 @@ jobs:
|
||||
with:
|
||||
repository: ${{ github.repository }}
|
||||
ref: ${{ github.ref }}
|
||||
files: packages/doorman-homeassistant/*
|
||||
files: packages/doorman-homeassistant/**
|
||||
secrets:
|
||||
token: ${{ github.token }}
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@ app.get("/api/door/info", async (c) => {
|
||||
const config = await db.entities.doorConfig.findById(getDoorConfigID(door));
|
||||
console.log(config);
|
||||
|
||||
|
||||
if (!config) {
|
||||
return c.json({
|
||||
msg: "This buzzer is not registered properly",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user