mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): storage template unit test (#1906)
This commit is contained in:
parent
21f8ab647f
commit
2a1dcbc28b
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ describe(SystemConfigService.name, () => {
|
|||
'{{y}}-{{MM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}-{{MMM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}-{{MMMM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}/{{y}}-{{MM}}/{{filename}}',
|
||||
],
|
||||
secondOptions: ['s', 'ss'],
|
||||
yearOptions: ['y', 'yy'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue