Skip to content

Commit 1bbc2eb

Browse files
raman325Copilot
andauthored
Update ts/generate-view.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c756519 commit 1bbc2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/generate-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function getSlotMapping(
230230
});
231231
const pinActiveEntity = lockCodeManagerEntities.find(
232232
(entity) => entity.slotNum === slotNum && entity.key === ACTIVE_KEY
233-
);
233+
)!;
234234
const calendarEntityId: string | null | undefined = configEntryData.slots[slotNum];
235235

236236
return {

0 commit comments

Comments
 (0)