We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8447bae commit 96e2e92Copy full SHA for 96e2e92
lib/landing_session.js
@@ -337,7 +337,7 @@ export default class LandingSession extends Session {
337
338
const metadata = this.metadata.trim().split('\n');
339
const amended = original.slice(0, -originalTrailers.length).trim().split('\n');
340
-
+
341
// Only keep existing trailers that we won't add ourselves
342
const keptTrailers = originalTrailers.split('\n').filter(line =>
343
!!line &&
0 commit comments