1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

chore: add default implementation to fake methods

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
andreas-unleash 2024-04-04 15:45:07 +03:00
parent f29ecaf3c0
commit a4d75e4be4
No known key found for this signature in database
GPG Key ID: 86EF87A739B39099

View File

@ -154,7 +154,7 @@ export default class FakeProjectStore implements IProjectStore {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
getProjectsByUser(userId: number): Promise<string[]> {
throw new Error('Method not implemented.');
return Promise.resolve([]);
}
addEnvironmentToProjects(