1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-01 01:18:10 +02:00

chore: add default implementation to fake methods (#6776)

Mock implements function in fake project store

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
andreas-unleash 2024-04-04 16:02:55 +03:00 committed by GitHub
parent 0422e5b5b0
commit e9f9cd1147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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(