Skip to content

misc: add uuid flavour types

Fabio M requested to merge feat/flavour-types into main
  • add uuid flavour types for major entities, so assigning an UUID type to another one would cause a type error at compile time
  • [extra] simplified this.activityLogsService.insertActivityLogEvent( to this.activityLogs.insert(
  • [extra] use void instead of await for activityLog
Edited by Fabio M

Merge request reports