Skip to content

Commit 51170ec

Browse files
committed
fix: wait for image to download, then report data
1 parent a1b502a commit 51170ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/server/nina.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class NinaClient {
190190
}
191191

192192
// Update Buffer
193-
this.updateImageBuffer();
193+
await this.updateImageBuffer();
194194

195195
this.lastUpdate = now;
196196
}

0 commit comments

Comments
 (0)