Commit cf0189ab by Daniel Lee

stackdriver: no tags for annotations (yet)

fixes glitch where an empty tag shows up
parent 296fd35d
......@@ -158,7 +158,7 @@ export default class StackdriverDatasource {
annotation: annotation,
time: Date.parse(v[0]),
title: v[1],
tags: [v[2]],
tags: [],
text: v[3],
};
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment