mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
fix race condition in annotate view
This commit is contained in:
@@ -26,7 +26,7 @@ import { Person } from "./Person";
|
||||
|
||||
export type AnnotatedSource = {
|
||||
lines: AnnotatedLine[];
|
||||
language: string;
|
||||
language?: string;
|
||||
};
|
||||
|
||||
export type AnnotatedLine = {
|
||||
|
||||
Reference in New Issue
Block a user