Skip to main content

add the missing variable

ID
f131afa
date
2023-05-14 06:53:03+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
0d39a31
message
add the missing variable
changed files
1 file, 1 addition

Changed files

actions/get_asset_jpeg.swift (4604) → actions/get_asset_jpeg.swift (4641)

diff --git a/actions/get_asset_jpeg.swift b/actions/get_asset_jpeg.swift
index ec88e17..9833fdc 100644
--- a/actions/get_asset_jpeg.swift
+++ b/actions/get_asset_jpeg.swift
@@ -110,6 +110,7 @@ func parseArgs() -> Arguments {
     exit(1)
   }
 
+  let localIdentifier = arguments[1]
   let size = Int(arguments[2])
 
   guard size != nil else {