mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-13 02:53:46 +00:00
feat(#1): Add estimate option for not choosing a number
This commit is contained in:
@@ -35,7 +35,7 @@ export class Room {
|
||||
}
|
||||
|
||||
getAllEstimates() {
|
||||
const estimates = new Map<string, number>();
|
||||
const estimates = new Map<string, number | string>();
|
||||
this.users.forEach((user) => {
|
||||
if (user.estimate !== null) {
|
||||
estimates.set(user.name, user.estimate);
|
||||
|
||||
Reference in New Issue
Block a user