Explorar el Código

Prefix ids with "linked_in_"

jherve hace 1 año
padre
commit
fd5e3d362a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Background.purs

+ 1 - 1
src/Background.purs

@@ -57,7 +57,7 @@ contentScriptMessageHandler
     maybeMsg (JobOffer jo) = ado
       url <- cleanUpUrl url
     in NativeMessageAddJob {
-        id: I64.toString jobId,
+        id: "linked_in_" <> I64.toString jobId,
         origin: "linked_in",
         title: jo.title,
         url,