mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 07:07:21 +00:00

* task: add getCommunitiesV2 * task: update getOneSpace API to match revamp structure * refactor: implement modifications to pace management APIs * refactor: remove space link
7 lines
199 B
TypeScript
7 lines
199 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
// todo: find out why we need to import this
|
|
// in community module in order for the whole system to work
|
|
@Injectable()
|
|
export class SpaceLinkService {}
|