1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00
unleash.unleash/src
Gastón Fournier b1cced77c2
fix: can't sort on undefined sdks (#8982)
## About the changes
According to some logs, sdks can be undefined:
```
TypeError: Cannot read properties of null (reading 'sort')\n    at /unleash/node_modules/unleash-server/dist/lib/db/client-applications-store.js:330:22\n 
```
2024-12-16 10:12:21 +01:00
..
lib fix: can't sort on undefined sdks (#8982) 2024-12-16 10:12:21 +01:00
mailtemplates feat: productivity email action text (#8966) 2024-12-12 12:00:08 +01:00
migrations migration: add permissions for instance maintenance (#8885) 2024-12-12 16:53:46 +01:00
test feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00
migrator.ts
server-dev.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00
server.ts