lint fix
This commit is contained in:
		
							parent
							
								
									217aca3d31
								
							
						
					
					
						commit
						e397bf3b3b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -97,7 +97,8 @@ async function getStatusThread (instanceName, statusId) { | |||
|       } else { | ||||
|         // thread not cached; just make a "fake" thread with only one status in it
 | ||||
|         fetchStatus(statusesStore, accountsStore, statusId, status => { | ||||
|           callback([status]) | ||||
|           let res = [status] | ||||
|           callback(res) | ||||
|         }) | ||||
|       } | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue