Bump prettier to v3 and format all files
This commit is contained in:
@@ -1125,7 +1125,7 @@ describe('CameraManager', async () => {
|
||||
const action = {
|
||||
action: 'call-service' as const,
|
||||
service: 'service',
|
||||
}
|
||||
};
|
||||
const manager = createCameraManager(api, engine, [
|
||||
{
|
||||
config: createCameraConfig({
|
||||
|
||||
@@ -43,7 +43,7 @@ describe('getConfiguredPTZAction', () => {
|
||||
createCameraConfig({
|
||||
ptz: {
|
||||
presets: {
|
||||
window: action
|
||||
window: action,
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user