Refactor
This commit is contained in:
		
							parent
							
								
									44f6fe6f1f
								
							
						
					
					
						commit
						2fad6e6d5f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -196,7 +196,7 @@ export const hideNote = async (packedNote: any, meId: mongo.ObjectID) => {
 | 
				
			||||||
			hide = false;
 | 
								hide = false;
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			// 指定されているかどうか
 | 
								// 指定されているかどうか
 | 
				
			||||||
			const specified = packedNote.visibleUserIds.some((id: mongo.ObjectID) => id.equals(meId));
 | 
								const specified = packedNote.visibleUserIds.some((id: any) => meId.equals(id));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if (specified) {
 | 
								if (specified) {
 | 
				
			||||||
				hide = false;
 | 
									hide = false;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue