remove hashing temp

This commit is contained in:
Lucy Cifferello
2021-07-05 16:03:12 -04:00
parent 60160758a0
commit fdd0546182
2 changed files with 4 additions and 4 deletions

View File

@@ -203,7 +203,7 @@ getServiceR = do
-- @TODO uncomment when sdk icon working
-- icon <- decodeIcon appMgrDir depPath appExt
let icon = [i|https://#{domain}/icons/#{appId}.png|]
addPackageHeader appMgrDir appDir appExt
-- addPackageHeader appMgrDir appDir appExt
pure $ ServiceRes
{ serviceResIcon = icon
, serviceResManifest = manifest -- TypedContent "application/json" (toContent manifest)